在页面中插入共享内容
(1)在页面底部插入版权信息

第一步:将文本文档另存为copyright.js
document.write('<a href="http://www.gehua.com/" target="_blank"><img src="/images/ad/banner_gh.gif" width="468" height="60" border="0" alt="歌华集团"></a>');
document.write('<br>&copy;版权所有2000-2001,中华世纪坛<br>未经书面授权,请勿转载或建立镜像,违者依法必究<br>');
document.write('技术支持:<a href="http://www.beijingnews.com.cn" target="_blank">北京千龙新闻网络传播有限责任公司<br></a>')
第二步:在网页<body></body>中插入以下内容:
<script language="JavaScript" src="/include/copyright.js">
</script>

(2)在页面中插入共享表格


方法一、
第一步:将文本文档另存为table.js
document.write('<table width="100%" cellspacing="0" cellpadding="0" valign="top" height="380"><tr><td width="5%" height="2"><img src="../images/english/artgallery-09.jpg" width="20" height="17"></td><td width="53%" height="2">Service</td></tr><tr><td height="93" bgcolor="#F4F4F4">&nbsp;</td><td valign="top" height="93" bgcolor="#F4F4F4"><img src="../images/english/point.jpg" width="7" height="7">Guide: <br><img src="../images/english/point2.jpg" width="7" height="7"> Map<br><img src="../images/english/point2.jpg" width="7" height="7"> Bus Route<br><img src="../images/english/point2.jpg" width="7" height="7">Ticket Price<br><img src="../images/english/point2.jpg" width="7" height="7"> Hot Line<br><img src="../images/english/point.jpg" width="7" height="7"> Exhibition Inquiry</td></tr><tr><td height="2"><img src="../images/english/artgallery-09.jpg" width="20" height="17"></td><td height="2">Contact Us</td></tr><tr><td height="120" bgcolor="#F4F4F4">&nbsp;</td><td valign="top" height="120" bgcolor="#F4F4F4"><p><br><img src="../images/english/point.jpg" width="7" height="7">E-mail </p><p><img src="../images/english/point.jpg" width="7" height="7">Telephone</p><p><img src="../images/english/point.jpg" width="7" height="7">Exhibition Reservation</p></td></tr><tr><td height="2"><img src="../images/english/artgallery-09.jpg" width="20" height="17"></td><td height="2">Volunteer</td></tr><tr><td height="72" bgcolor="#F4F4F4">&nbsp;</td><td valign="top" height="72" bgcolor="#F4F4F4"><br><img src="../images/english/point2.jpg" width="7" height="7"> Member Register</td></tr></table>')
第二步:在网页<body></body>中插入以下内容:
<script language="JavaScript" src="/include/english_table.js" type="text/JavaScript"></script>

方法二、
第一步:将文本文档另存为table.js
var leftlink='<table width="136" border="0" cellspacing="0" cellpadding="1" align="center"><tr><td bgcolor="#E6E3E3"><img src="../images/jianjie/jianjie_arc.gif" width="9" height="9" align="absmiddle" hspace="6" vspace="4">世纪坛景观介绍</td></tr><tr><td><img src="/images/spacer.gif" width="4" height="4"></td></tr><tr><td bgcolor="#E6E3E3"><img src="/images/spacer.gif" width="9" height="9" align="absmiddle" hspace="9"><a href="shgc.htm">圣火广场</a></td></tr><tr><td><img src="/images/spacer.gif" width="4" height="2"></td></tr><tr><td bgcolor="#E6E3E3"><img src="/images/spacer.gif" width="9" height="9" align="absmiddle" hspace="9"><a href="qtyd.htm">青铜甬道</a></td></tr><tr><td><img src="/images/spacer.gif" width="4" height="2"></td></tr><tr><td bgcolor="#E6E3E3"><img src="/images/spacer.gif" width="9" height="9" align="absmiddle" hspace="9"><a href="ztjz.htm">主体建筑</a></td></tr></table>'
document.write(leftlink)
第二步:略