rnd.today=new Date();
rnd.seed = rnd.today.getTime();
var number=rand(5);
var num = 1;

if (number == num)
{	
//Shaadi.com 19/02/2005 468x60 IndianExpress
if (!document.phpAds_used) document.phpAds_used = ',';
   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
   
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
	document.write("http://banners.expressindia.com/adsnew/adjs.php?para=no&amp;n=" + phpAds_random);
   document.write ("&amp;what=zone:364&amp;target=_blank");
   document.write ("&amp;exclude=" + document.phpAds_used);
   if (document.referer)
      document.write ("&amp;referer=" + escape(document.referer));
   document.write ("'><" + "/script>");
}
else if(number == num++)
{
// MMT 468X60 30March
   if (!document.phpAds_used) document.phpAds_used = ',';
   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
   
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
	document.write("http://banners.expressindia.com/adsnew/adjs.php?para=no&amp;n=" + phpAds_random);
   document.write ("&amp;what=zone:385&amp;target=_blank");
   document.write ("&amp;exclude=" + document.phpAds_used);
   if (document.referer)
      document.write ("&amp;referer=" + escape(document.referer));
   document.write ("'><" + "/script>");
}
else if(number == num++)
{
//shaadi.com 11-03
   if (!document.phpAds_used) document.phpAds_used = ',';
   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
   
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
   document.write("http://banners.expressindia.com/adsnew/adjs.php?para=no&amp;n=" + phpAds_random);
   document.write ("&amp;what=zone:381&amp;target=_blank");
   document.write ("&amp;exclude=" + document.phpAds_used);
   if (document.referer)
      document.write ("&amp;referer=" + escape(document.referer));
   document.write ("'><" + "/script>");
}

/*
else if(number == num++)
{
document.write ("<a href='http://www.anrdoezrs.net/click-1675766-10376975' target='_blank' ><img src='http://www.awltovhc.com/image-1675766-10376975' width='468' height='60' alt='Bollywood Costumes' border='0'></a>");
}
else if(number == num++)
{
document.write ("<a href='http://www.kqzyfj.com/click-1675766-10375865' target='_blank' ><img src='http://www.lduhtrp.net/image-1675766-10375865' width='468' height='60' alt='Computer Products on Sale!' border='0'></a>");
}
*/

else if(number == num++)
{
	//document.write("<SCRIPT LANGUAGE='JavaScript1.1' SRC='http://www.indiads.com/RealMedia/ads/adstream_jx.cgi/www.expressindia.com/@Top'>		</script>		<script LANGUAGE='JavaScript'>		<!--		_version=10;		//-->		</script>		<script LANGUAGE='JavaScript1.1'>		<!--		_version=11;		// -->		</script>		<script LANGUAGE='JavaScript'>		<!--		if (navigator.appVersion.indexOf('MSIE 3') != -1){		document.write('<IFRAME WIDTH=460 HEIGHT=120 MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 FRAMEBORDER=0 SCROLLING=no BORDERCOLOR='#000000' SRC='http://www.indiads.com/RealMedia/ads/adstream_sx.cgi/www.expressindia.com/@Top'></iframe>');		} else if (_version < 11) {		  document.write ('<A HREF='http://www.indiads.com/RealMedia/ads/click_nx.cgi/www.expressindia.com/@Top?x'><IMG SRC='http://www.indiads.com/RealMedia/ads/adstream_nx.cgi/www.expressindia.com/@Top?x'></a>');		}		// -->		</SCRIPT>		<NOSCRIPT>		<A HREF='http://www.indiads.com/RealMedia/ads/click_nx.cgi/www.expressindia.com/@Top?x'>			<IMG SRC='http://www.indiads.com/RealMedia/ads/adstream_nx.cgi/www.expressindia.com/@Top?x'>		</A>		</NOSCRIPT>");
	
	document.write ("<SCRIPT LANGUAGE='JavaScript' SRC='http://www.expressindia.com/ads/468/banner.js'></SCRIPT>");
}
else 
{
 //easy forex 468x60 12/01/2004
 if (!document.phpAds_used) document.phpAds_used = ',';
   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
   
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
	document.write("http://banners.expressindia.com/adsnew/adjs.php?para=no&amp;n=" + phpAds_random);
   document.write ("&amp;what=zone:331&amp;target=_blank");
   document.write ("&amp;exclude=" + document.phpAds_used);
   if (document.referer)
      document.write ("&amp;referer=" + escape(document.referer));
   document.write ("'><" + "/script>");
}

function rnd()
{
	rnd.seed = (rnd.seed*9301+49297) % 233280;
	return rnd.seed/(233280.0);
}
function rand(number)
{
	return Math.ceil(rnd()*number);
}