
document.writeln("<TABLE class=TableBorder cellSpacing=0 cellPadding=0 align=center border=0>");
document.writeln(" <TR>");
document.writeln("    <TD height=5 colspan=2 noWrap background=images/toolbar_bg.gif align=middle></TD>");
document.writeln(" </TR>");
document.writeln(" <TR bgcolor=\"#FFFFFF\">");
document.writeln("    <TD width=\"100%\" align=\"right\">");
document.writeln("<object codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0 height=200 width=760 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>"); /*代码来自何处,代码类*/ 

document.writeln("<param name=\"movie\" value=\"images/banner.swf\">"); /*输出的动画定义*/ 
document.writeln("<param name=\"quality\" value=\"high\">"); 
document.writeln("<param name=\"SCALE\" value=\"exactfit\">"); 
document.writeln("<embed src=\"images/banner.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"760\" height=\"200\">"); 
document.writeln("</embed>"); /*定义各种flash的解码方式,输出屏幕大小等*/ 
document.writeln("</object>"); /*结束flash*/ 

document.writeln("</TD>");
document.writeln(" </TR></TABLE>");
document.writeln(" <BR style=\"OVERFLOW: hidden; LINE-HEIGHT: 3px\">");
