//以下是header.js的代码 
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">') 
document.write(' <tr align="center">') 
//下面这行就是放置广告代码的页面，请注意 width=100% height=170 是嵌入页面的宽度和高度 
document.write(' <td height=55><iframe src="/header.htm" width="100%" height="250" MARGINWIDTH="0" MARGINHEIGHT="0" HSPACE="0" VSPACE="0" FRAMEBORDER="0" SCROLLING="no"></iframe>') 
document.write('</td></tr>') 
document.write(' </table>') 
//JS代码结束






























