document.write("<div id='footlink'>");
document.write("<a href='index.html' class='down'>网站首页</a>&nbsp;&nbsp;|&nbsp;&nbsp;"); 
document.write("<a href='about.html' class='down'>公司简介</a>&nbsp;&nbsp;|&nbsp;&nbsp;"); 
document.write("<a href='prod_pbcf.html' class='down'>产品中心</a>&nbsp;&nbsp;|&nbsp;&nbsp;"); 
document.write("<a href='order.html' class='down'>在线订购</a>&nbsp;&nbsp;|&nbsp;&nbsp;"); 
document.write("<a href='contact.html' class='down'>联系我们</a>&nbsp;&nbsp;|&nbsp;&nbsp;"); 
document.write("<a href='sitemap.html' class='down'>网站地图</a>");
document.write("</div>");
