
var fileref=document.createElement('script');
fileref.setAttribute("type","text/javascript");
fileref.setAttribute("src",'/toplist.js');
document.getElementsByTagName("head")[0].appendChild(fileref);

var filehus=document.createElement('script');
filehus.setAttribute("type","text/javascript");
filehus.setAttribute("src",'http://ads.vs.com/_special/banners/peel.php?mp_code=aok7&service=girls&style=10002&guestLogin=1&target=_blank&sitekey=hustler&tracking_code=407732');
document.getElementsByTagName("head")[0].appendChild(filehus);

var filecss=document.createElement('link');
filecss.setAttribute("type","text/css");
filecss.setAttribute("rel",'stylesheet');
filecss.setAttribute("href",'/style.css');
document.getElementsByTagName("head")[0].appendChild(filecss);
	
	
URI = document.location.pathname;
docHost = document.location.hostname;
var MSIE = (navigator.userAgent.indexOf("MSIE") != -1)?true:false;

function backLoad()
{	
	if(document.getElementById("bottomnav"))
	{
		document.getElementById("topnav").innerHTML = '<div style="width:728px; height:90px; cursor:pointer; text-align:center; margin-left:auto; margin-right:auto; background:url(/FlyntDigital/728x90.gif);" onclick="window.open(\'http://hustlercash.com/hit/6/1/407732/0/0/1\')"></div>';
		document.getElementById("bottomnav").innerHTML = '<div style="width:728px; height:90px; cursor:pointer; text-align:center; margin-left:auto; margin-right:auto; background:url(/FlyntDigital/728x90-HustlerHD.jpg);" onclick="window.open(\'http://hustlercash.com/hit/43/1/407732/0/0/1\')"></div>';
		clearInterval(initBackLoad);
		docanchors = document.getElementsByTagName("a");
		for(i=0;i<=docanchors.length-1;i++)
		{
			workingAnchor = docanchors[i];
			workingLink = workingAnchor.href;
			linkHost = workingLink.split("/");
			linkHost = linkHost[2];
			if(linkHost != docHost)
			{
				workingAnchor.setAttribute("onclick","javascript:window.open('"+workingLink+"');");
				workingAnchor.setAttribute("style","text-decoration:underline;cursor:pointer;");
				workingAnchor.removeAttribute("href");
			}
			
		}
	}
}
initBackLoad = setInterval("backLoad()",250);