rnd.today=new Date();
rnd.seed = rnd.today.getTime();
var number=rand(3);

if (number == 1)
{

/* 10 dec desicupid shaadi.com ie */

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://ads.expressindia.com:8080/adsnew/adjs.php?para=no&amp;n=" + phpAds_random);
   document.write ("&amp;what=zone:112&amp;target=_blank");
   document.write ("&amp;exclude=" + document.phpAds_used);
   if (document.referer)
      document.write ("&amp;referer=" + escape(document.referer));
   document.write ("'><" + "/script>");
 }

// 234x60 ie ganeshaspeaks India 15-01-2004 (OLD ONE)

/*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:111&amp;target=_blank");
   document.write ("&amp;exclude=" + document.phpAds_used);
   if (document.referer)
      document.write ("&amp;referer=" + escape(document.referer));
   document.write ("'><" + "/script>");
*/

// 234X60 IE GANESHASPEAKS INDIA 11-05-2004 


else if (number == 2)

{
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:139&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 == 3)
{
	/* 234x60 baazee.com 20040408 iefe*/

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:132&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);
}