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 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("   美国线：510-870-4646　 传 真：510-217-6286 <br />")
	document.write("   全球总部地址：47428 Fremont Blvd.,Fremont, CA 94538 <br/>")
	document.write("   <a href='http://www.frontsql.com' target='_blank'><img src='http://survey.c-r-n.com/images/footpower.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>")
}

