function showheader(){
	document.write("   <table width='100%' border='0' cellpadding='3' cellspacing='3' >")
	document.write("     <tr> ")      
	document.write("    <td align='right' >")	
	document.write("     &nbsp;  ")
	document.write("   &nbsp;<a href='http://www.chinese21.com/'> 华人网</a>")
	document.write("   | &nbsp;<a href='http://hr.chinese21.com'  title='华人招聘'>华人招聘</a>")
	document.write("   | &nbsp;<a href='http://classad.chinese21.com'  title='分类信息'>分类信息</a>")
	//document.write("   | &nbsp;<a href='http://bbs.chinese21.com'  title='华人论坛'>华人论坛</a>")
	//document.write("   | &nbsp;<a href='http://blog.chinese21.com'  title='华人博客'>华人博客</a>")
	document.write("   | &nbsp;<a href='http://www.chinesebusinesssummit.com' title='华商峰会'>华商峰会</a>")
	document.write("   </td>")
	document.write("      </tr>")
	document.write("    </table>")
}


function show56header(){
	document.write("   <table width='100%' border='0' cellpadding='0' cellspacing='0' >")
	document.write("     <tr> ")      
	document.write("    <td align='right' >")	
	document.write("     &nbsp;  ")
	document.write("   &nbsp;<a href='http://us.56abc.cn/'  title='USA Yellowpages'>YP</a>")
	document.write("   | &nbsp;<a href='http://www.chinese21.com' target='_blank' title='chinesemenu'>华人网</a>")
	document.write("   | &nbsp;<a href='http://yp.56abc.cn'  title='56abc物流黄页信息'>黄页</a>")
	document.write("   | &nbsp;<a href='http://news.56abc.cn'  title='56abc新闻中心'>新闻中心</a>")
	document.write("   | &nbsp;<a href='http://classad.56abc.cn' title='56abc物流分类信息'>分类</a>")
	document.write("   | &nbsp;<a href='http://ezine.56abc.cn' title='56abc物流通讯 电子杂志'>杂志</a>")
	document.write("   | &nbsp;<a href='http://hr.56abc.cn' title='56abc物流招聘'>招聘</a>")
	document.write("   | &nbsp;<a href='http://www.56abc.cn' title='56abc物流门户'>56abc首页</a>")
	document.write("   </td>")
	document.write("      </tr>")
	document.write("    </table>")

}

function showfooter(){
	document.write("   <table width='100%' border='0' cellpadding='5' cellspacing='5'>")
	document.write("   <tr> <td align='center'>")      
	document.write("   合作站点:")	
	document.write("   <a href='http://www.c-r-n.com/' target='_blank'>中餐通讯</a> | <a href='http://www.a-r-n.net/' target='_blank'>亚餐通讯</a> | ")
	document.write("   <a href='http://www.f-c-n.com/' target='_blank'>签语饼通讯</a> | <a href='http://www.chinesechefnews.com/' target='_blank'>厨师通讯</a> |")
	document.write("   <a href='http://www.how2usa.com/' target='_blank'>美国通</a> | <a href='http://www.56abc.cn/' target='_blank'>物流门户</a> <br /> ")
	document.write("   美国线：1-510-797-0808　 传 真：510-217-6286 <br />")
	document.write("   全球总部地址：8407 Central Ave., Newark, CA 94560 <br/>")
	document.write("   <a href='http://www.frontsql.com' target='_blank'><img src='http://www.sbsinc.cn/images/frontsql.gif' border='0' align='absmiddle' /></a>")
	document.write("   Copyright &copy; <a href='http://www.chinese21.com' >华人网</a> All rights reserved.")
	document.write("    </td> </tr>")
	document.write("    </table>")
}


