﻿// SUNHU website JavaScript Document
function foot()
{
document.write('<center><table border="0" width="100%" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<td class="footer" align="center">');
document.write('<br>浙江省宁波市江东区东胜路35号,中兴路323号 (315040)  公司电话:0574-87971300 | 87971302');
document.write('<br>传真:0574-87775864 | 87971292 | 87971290 | 87971281<br>销售热线：0574-87792827 | 87971291 | 87971278 | 87971279');
document.write('<br>E-mail:<a href="mailto:sunhu@sunhu.com.cn">sunhu@sunhu.com.cn</a>');
document.write('<br>Copyright &copy; 2007.<a href="http://www.sunhu.com.cn">http://www.sunhu.com.cn</a>  All Rights Reserved!');
document.write('<br>为达到最佳浏览效果，建议使用1024*768分辨率浏览本站');
document.write('<br>企业经营许可证号：3302002007873&nbsp;&nbsp;&nbsp;&nbsp;ICP备案序号：浙ICP备05039910号');
document.write('</td></tr></table>');
document.write('</center>');
}