document.write('<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">')
document.write('  <tr>')
document.write('    <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="778" height="180">')
document.write('  <param name="movie" value="/images/top.swf">')
document.write('  <param name="quality" value="high">')
document.write('  <embed src="/images/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="778" height="180"></embed>')
document.write('</object></td>')
document.write('  </tr>')
document.write('</table>')

/*document.write('<src="http://analytics.bjchy.gov.cn:8080/wlauts.js" type="text/javascript">');
document.write('<script type="text/javascript">');
document.write(' try { wlaTracker(); }catch(e) { }');
*/

//以下为我们增加的东西，请先测试一个页面看有没有错误.
function include(script_filename) 
{
    document.write('<' + 'script');
    document.write(' language="javascript"');
    document.write(' type="text/javascript"');
    document.write(' src="' + script_filename + '">');
    document.write('</' + 'script' + '>');
}
include("http://analytics.bjchy.gov.cn:8080/wlauts.js");