//首页顶部方形248*222广告
<!--
var focus_width=470
var focus_height=240
var text_height=0
var swf_height = focus_height+text_height
var pics='images/tp6.jpg|images/tp1.jpg|images/tp2.jpg|images/tp3.jpg|images/tp4.jpg|images/tp5.jpg'
var links='hdmd20111221.html|#|#|#|#|#|'
var texts=''

document.write('<object width="'+ focus_width +'" height="'+ swf_height +'">');
document.write('<param name="movie" value="../FlaPlug.swf">');
document.write('<param name="menu" value="false">');
document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">');
document.write('<embed src="FlaPlug.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#006633" quality="high" width="'+ focus_width +'" height="'+ focus_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');  
document.write('</object>');
//-->
