var flash = "<!--DUMMY-->";//function for rotating ban-ad on home page and archive coversfunction rotBanAd (img){	var rand = Math.random()*1;	rand = Math.round(rand);	if(rand==0){		document.getElementById('adLoc').href="/others/subscribe.shtml";		document[img].src="/images/ads/square_69.jpg";	}			//else if(rand==1) {	//	document.getElementById('adLoc').href="/65/supplement.shtml";	//	document[img].src="/images/ads/supp_65.jpg";		//}				}//function for rotating the sponsor panel on the home page and archive coversfunction rotSponsor (img){/*	var date = new Date();	var remain = (date.getSeconds()) % 1;	if(remain==0){		document.getElementById('sponsorLoc').href="http://www.saiff.org";		document[img].src="/images/ads/sponsor_saiff.jpg";	}	else if(remain==1){		document.getElementById('sponsorLoc').href="http://www.saiff.org";		document.getElementById('sponsorLoc').target="_blank";		document[img].src="/images/ads/sponsor_saiff.jpg";	}	*/}//function for rotating the skyscraper ad on article pages (section-specific)function rotSkyAd (img){/*	var date = new Date();	var remain = (date.getSeconds()) % 2;	if(remain==0){		document.getElementById('skyAdLoc').href="/36/spotlight/online/lv-paris.shtml";		document[img].src="/images/ads/lv_sky.jpg";	}	else if(remain==1){		document.getElementById('skyAdLoc').href="36/spotlight/online/perizaad.shtml";		document[img].src="/images/ads/perizaad_sky.jpg";	}*/	}
