// 目录页广告

/*
*	嵌入式广告

var top1_iframe = "http://p.alimama.com/code.php?t=2&i=mm_10024843_113805_248227&w=760&h=90&sz=11&bgc=FFFFFF&bdc=E6E6E6&tc=0000FF&lc=008000&dc=000000";
document.write('<table width=100%><tr><td width=770><iframe frameborder="0" marginheight="0" marginwidth="0" border="0" id="top1frame" name="top1frame" scrolling="no" height="90px" width="760px" style="width:760px;height:90px" src="'+top1_iframe+'"></iframe></td></tr></table>');
*/

///*
/*	图片式广告
*/
var top1_img = "http://images2.zhulang.com/game/td_100702_760_90.gif"; //图片地址
var top1_link = "http://td.zhulang.com/"; //连接地址
document.write('<table width=100%><tr><td width=770><a href='+top1_link+' target=_blank><img src='+top1_img+' height=90 width=760 border=0></a></td></tr></table>');


/*
*	FLASH广告

var top1_flash = "http://images2.zhulang.com/game/0514emofaze_760_90.swf"; //flash地址
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="760" height="90"><param name="movie" value="'+top1_flash+'"><param name="quality" value="high"><param value="false" name="menu"/><param value="opaque" name="wmode"/><embed src="'+top1_flash+'" quality="high" pluginspage=" http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="90"></embed></object>');
*/