

/*
document.write("<P><A HREF='http://www.expressindia.com/rngf/awards/index.html' target='_blank'><IMG SRC='http://banners.expressindia.com/banner/grfx/rngf125.gif' BORDER='0'></A></P>");
*/

document.write("<P><A HREF='http://www.indianexpress.com/fullcoverage/30.html' target='_blank'><IMG SRC='http://ads.expressindia.com/banner/grfx/walk125x60.gif' BORDER='0'></A></P>");


document.write("<P><A HREF='http://www.expressindia.com/travel' target='_blank'><IMG SRC='http://ads.expressindia.com/banner/grfx/travele125x60.gif' BORDER='0'></A></P>");


rnd.today=new Date();
rnd.seed = rnd.today.getTime();
var number=rand(2);

/*
if (number == 1)
{


//make my trip 120x600 08/03/2005
		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?n=" + phpAds_random);
		   document.write ("&amp;what=zone:375&amp;target=_blank");
		   document.write ("&amp;exclude=" + document.phpAds_used);
		   if (document.referer)
		      document.write ("&amp;referer=" + escape(document.referer));
		   document.write ("'><" + "/script>");

}
else 
{
*/

 //shaadi.com 120x600 09/03/2005
 		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?n=" + phpAds_random);
 		   document.write ("&amp;what=zone:379&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);
}

