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_89.jpg";
	}
	//else if(rand==1) {
	//	document.getElementById('adLoc').href="/contests/aigner.shtml";
	//	document.getElementById('adLoc').href="http://www.nanhikali.org";
	//	document.getElementById('adLoc').target="_blank";
	//	document[img].src="/images/ads/aigner_home_1.gif";	
	//}
	//else if(rand==1) {
	//	document.getElementById('adLoc').href="/others/subscribe.shtml";
	//	document[img].src="/images/ads/supp_79_jordan.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://departmentstoreparis.printemps.com";
		document.getElementById('sponsorLoc').target="_blank";
		document[img].src="/images/ads/sponsor_printemps.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 rotHomeCover (img)
{
	var rand = Math.random()*4;
	rand = Math.round(rand);
	if(rand==0){
		document.getElementById('banner').href="http://www.verveonline.com/88/people/saina.shtml";
		document[img].src="/images/88images/people/coverpics/ban_saina.jpg";
	}
	else if(rand==1){
		document.getElementById('banner').href="http://www.verveonline.com/88/fashion/stateart.shtml";
		document[img].src="/images/88images/fashion/coverpics/ban_stateart.jpg";
	}
	else if(rand==2){
		document.getElementById('banner').href="http://www.verveonline.com/88/life/sublime.shtml";
		document[img].src="/images/88images/life/coverpics/ban_raseel.jpg";
   }
	else if(rand==3){
		document.getElementById('banner').href="http://www.verveonline.com/88/spotlight/luxelist.shtml";
		document[img].src="/images/88images/spotlight/coverpics/ban_luxelist.jpg";
   }
   	   
}
