function goHome() {
	window.location.href = "http://" + window.location.host;
}

//Added for Paid Ads Module
function recordAdClick(pgid,adid,mode,partner,site) 
{
	var pageurl = 'ad_banner_click.php?adid='+adid+'&pgid='+pgid+'&mode='+mode+'&partner='+partner+'&site='+site;
	//alert(pageurl);
	window.open(pageurl,'Legendary','width=800,height=500,resizable=yes,scrollbars=yes,menubar=yes,toolbar=yes');
}

