window["_load_random_xmd0kf4ghe846jqo9pd"] = function() {
	var f = _fw.freebar;
	if (!f) return;
	
	_fw.fullheight = 32;
	f.onclick = function() {
		top.document.location.href=_fw.url;
		return false;
	}
	_fw.set(f.style, {width:'100%',height:_fw.fullheight+'px',cursor:'pointer',textAlign:'right',background:"#f20303 url('"+_fw.imagesprefix+"bar_stretchred-bg.gif') repeat-x"});
	f.innerHTML = '<div style="position:absolute; left:0px; top:0px; width:260px; height:32px;"><a href="'+_fw.url+'" target="_top"><img src="'+_fw.imagesprefix+'bar_stretchred-web.gif" width=260 height=32 border=0 align=middle></a></div>'+
	'<a href="'+_fw.url+'" target="_top"><img src="'+_fw.imagesprefix+'bar_stretchred-logo.gif" width=168 height=32 border=0 align=middle title="Get your free website today!"></a>';
}
window["_set_random_xmd0kf4ghe846jqo9pd"] = function() {
	var f = _fw.freebar;

	if (f && document.all) f.style.width = document.body.clientWidth + document.body.scrollLeft+'px';
	var dh = document.body.scrollHeight;
	var wh;
	if (document.all) {
		wh = document.documentElement.clientHeight;
		if (wh==0) wh = document.body.clientHeight;
	}
	else {
		if (dh<window.innerHeight) wh = window.innerHeight;
		else wh = document.body.clientHeight;
	}
	var st = (_fw.cssfixed)? 0:parseInt(document.body.scrollTop);
	
	var y = st + wh - _fw.fullheight;
	var h = dh - y;
	if (h<_fw.fullheight) h = _fw.fullheight;
	
	if (f) {
		f.style.top = y+'px';
		f.style.height = h;
	}
	if (_fw.adv) _fw.adv.style.top = y-90+'px';
}