
//This function is for calling the Ads with a 728 x 90 dimension
function ad_leaderboard(ad_tag) {
	ord=Math.random()*10000000000000000;
	document.write("<SCRIPT LANGUAGE='JavaScript1.1' SRC='http://ad.doubleclick.net/adj/teen.dart/;dcopt=ist;page="+ad_tag+";tile=1;sz=728x90;ord=' + ord + '?' ><\/SCRIPT>");
	
	if ((!document.images && navigator.userAgent.indexOf("Mozilla/2.") >= 0)  || navigator.userAgent.indexOf("WebTV")>= 0) {
	document.write("<A HREF='http://ad.doubleclick.net/jump/teen.dart/;dcopt=ist;page="+ad_tag+";tile=1;sz=728x90;ord=' + ord + '?' TARGET='_blank'>");
	document.write("<IMG SRC='http://ad.doubleclick.net/ad/teen.dart/;dcopt=ist;page="+ad_tag+";tile=1;sz=728x90;ord=' + ord + '?' WIDTH='728' HEIGHT='90' BORDER='0' ALT=''></A>");
	}
	return'';
}

//This function is for calling the Ads with a 160 x 600 dimension
function ad_skyscraper(ad_tag){
	ord=Math.random()*10000000000000000;
	document.write("<SCRIPT LANGUAGE='JavaScript1.1' SRC='http://ad.doubleclick.net/adj/teen.dart/;dcopt=ist;page="+ad_tag+";tile=1;sz=160x600;ord=' + ord + '?' ><\/SCRIPT>");
	
	if ((!document.images && navigator.userAgent.indexOf("Mozilla/2.") >= 0)  || navigator.userAgent.indexOf("WebTV")>= 0) {
	document.write("<A HREF='http://ad.doubleclick.net/jump/teen.dart/;dcopt=ist;page="+ad_tag+";tile=1;sz=160x600;ord=' + ord + '?' TARGET='_blank'>");
	document.write("<IMG SRC='http://ad.doubleclick.net/ad/teen.dart/;dcopt=ist;page="+ad_tag+";tile=1;sz=160x600;ord=' + ord + '?' WIDTH='160' HEIGHT='600' BORDER='0' ALT=''></A>");
	}
	return'';
}

//This function is for calling the Ads with a 300 x 250 dimension
function ad_square_300x250(ad_tag){
	ord=Math.random()*10000000000000000;
	document.write("<SCRIPT LANGUAGE='JavaScript1.1' SRC='http://ad.doubleclick.net/adj/teen.dart/;dcopt=ist;page="+ad_tag+";tile=1;sz=300x250;ord=' + ord + '?' ><\/SCRIPT>");

	if ((!document.images && navigator.userAgent.indexOf("Mozilla/2.") >= 0)  || navigator.userAgent.indexOf("WebTV")>= 0) {
	document.write("<A HREF='http://ad.doubleclick.net/jump/teen.dart/;dcopt=ist;page="+ad_tag+";tile=1;sz=300x250;ord=' + ord + '?' TARGET='_blank'>");
	document.write("<IMG SRC='http://ad.doubleclick.net/ad/teen.dart/;dcopt=ist;page="+ad_tag+";tile=1;sz=300x250;ord=' + ord + '?' WIDTH='300' HEIGHT='250' BORDER='0' ALT=''></A>");
	}
	return'';
}


function timedRefresh(timeoutPeriod) {
setTimeout("location.reload(true);",timeoutPeriod);

}


//This function is for navigation in IE6
sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);
