function flash_caller_1()
 {

 //IE specific code //
if ((screen.width== 1024) && ((navigator.appName).indexOf("Microsoft")!=-1))
 {
var htmlcode = "";
htmlcode+='<tr><td align="top"  background="http://premium.123india.com/i/dot.gif" height=125 width=252 border=0>';
htmlcode+='<table border="0" cellspacing="0" cellpadding="0" width="100%">';
htmlcode+='<tr><td align="top" border=0>';
htmlcode+='<div id="flash_banner" style="position:absolute;top:325px;left:550px;overflow:Auto;visibility:visible;">';
htmlcode+='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="445" height="250" id="flash_cricket" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="http://img03.123india.com/images/Flash_Banners/cricketbanner.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" /><embed src="http://img03.123india.com/images/Flash_Banners/cricketbanner.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="445" height="250" name="flash_cricket" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';
htmlcode+='</div>';
htmlcode+='</td></tr></table>'
htmlcode+='</td></tr>';

document.write(htmlcode);


}

//else 

//Netscape specific code //

if ((screen.width== 1024) && (navigator.appName=="Netscape"))
 {
var htmlcode = "";
htmlcode+='<tr><td align="top"  background="http://premium.123india.com/i/dot.gif" height=125 width=252 border=0>';
htmlcode+='<table border="0" cellspacing="0" cellpadding="0" width="100%">';
htmlcode+='<tr><td align="top" border=0>';
htmlcode+='<div id="flash_banner" style="position:absolute;top:325px;left:550px;overflow:Auto;visibility:visible;">';
htmlcode+='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="445" height="250" id="flash_cricket" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="http://img03.123india.com/images/Flash_Banners/cricketbanner.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" /><embed src="http://img03.123india.com/images/Flash_Banners/cricketbanner.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="445" height="250" name="flash_cricket" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';
htmlcode+='</div>';
htmlcode+='</td></tr></table>'
htmlcode+='</td></tr>';
document.write(htmlcode);


}

//other resolution code //


if (screen.width!=1024) 
	{
var htmlcode = "";
htmlcode+='<tr>';
htmlcode+='<td valign="top">';
htmlcode+='<a href=http://ads.123india.com/click/p/indreal250/ target=blank>';
htmlcode+='<img src="http://img03.123india.com/images/Flash_Banners/crickbansmall.gif" width="240" height="115" border="0">';
htmlcode+='</a>';
htmlcode+='</td>';
htmlcode+='</tr>';
document.write(htmlcode);
	}




 }

