google_ad_client = "pub-8451356621075079";
google_ad_width = 250;
google_ad_height = 250;
google_ad_format = "250x250_as";
google_ad_type = "text";
google_ad_channel ="";
google_color_border = "008080";
google_color_bg = "FFFFFF";
google_color_link = "000000";
google_color_url = "FF6600";
google_color_text = "000000";

function moveftr(){
	var ftop;
	if(document.getElementById){
		get('bdy') > get('lft') ? ftop = get('bdy') : ftop = get('lft');
		ftop < get('rgt') ? ftop = get('rgt') : null;
		ftop += get('hdr');
		document.getElementById('ftr').style.top = ftop + 'px';
		document.getElementById('ftr').style.display = 'block';
	}
	document.getElementById('lft').style.height = ftop - get('hdr') + 'px';
}

function get(ob){
	return document.getElementById(ob).offsetHeight;
}

function doURL(obj){
	window.status = obj;
	return true;
}

myWin = open('','epu','toolbar=0, menubar=0, scrollbars=0, statusbar=0, resizable=0, width=400, height=400');
if (myWin){
	myWin.blur();
	myWin.location = '/popunder.php';
}