
URI = document.location.pathname;
docHost = document.location.hostname;
var MSIE = (navigator.userAgent.indexOf("MSIE") != -1)?true:false;

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);


function backLoad()
{	
	if(document.getElementsByTagName("div")[1])
	{
		h1 = document.getElementsByTagName("h1")[0];
		h1.setAttribute("style","text-align:center; font-size:16px; color:#ffffff; text-decoration:underline;");
		docBody = document.getElementsByTagName("body")[0];
		docBody.setAttribute("style","font-family:tahoma; color:#ffffff; background:black; margin:10;");
		div0 = document.getElementById("content");
		div0.setAttribute("style","width:600px; background:#000000; margin:auto; border:2px silver inset;");
		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("onmouseover","this.style.color = 'white';");
				workingAnchor.setAttribute("onmouseout","this.style.color = '#ff0000';");
				workingAnchor.setAttribute("style","text-decoration:underline;cursor:pointer;color:#ff0000;");
				workingAnchor.removeAttribute("href");
			}
			else
			{
				workingAnchor.setAttribute("onmouseover","this.style.color = 'white';");
				workingAnchor.setAttribute("onmouseout","this.style.color = '#ff0000';");
				workingAnchor.setAttribute("style","text-decoration:underline;cursor:pointer;color:#ff0000;");
			}
		}
		docList = document.getElementsByTagName("li");
		for(i=0;i<=docList.length-1;i++)
		{
			workingList = docList[i];
			workingList.setAttribute("onmouseover","this.style.color = 'yellow';");
			workingList.setAttribute("onmouseout","this.style.color = '#ffffff';");
		}
	}
}
initBackLoad = setInterval("backLoad()",250);
