 var focus_width=286
 var focus_height=265
 var text_height=15
 var swf_height = focus_height+text_height
 var focus_path= "http://www.scarbbs.com/plus/flash/xml"   //* xml、swf所在目录 *//



document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'" id="频道标志" align="middle">');
document.write('<PARAM NAME="Scale" VALUE="Exactfit">');
document.write('<param name="movie" value="'+ focus_path +'/toppic.swf?data='+ focus_path +'/list.xml" />');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="wmode" value="transparent" />');
document.write('<param name="bgcolor" value="#ffffff" />');
document.write('<embed src="'+ focus_path +'/toppic.swf?data='+ focus_path +'/list.xml" quality="high" wmode="transparent" bgcolor="#ffffff" width="'+ focus_width +'" height="'+ focus_height +'" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object> ');