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


if(number == num)
{
//shaadi.com 234x60
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:191&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 234X60 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:384&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 234x60 11/02/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:352&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++)
{
//fropper.com 09/02/2005 234x60_1
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:347&amp;target=_blank");
   document.write ("&amp;exclude=" + document.phpAds_used);
   if (document.referer)
      document.write ("&amp;referer=" + escape(document.referer));
   document.write ("'><" + "/script>");
}
else 
{
//fropper.com 09/02/2005 234x60
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:348&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);
}
