<!--
/* print footer */
function footer(){
	var footercode="";
	footercode+="<table width=\"760\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
	footercode+="<tr>";
	footercode+="<td width=\"127\"><img src=\"images/bottom1.gif\" width=\"127\" height=\"17\"></td>";
	footercode+="<td background=\"images/bottom2.gif\" align=\"right\">";
	footercode+="<a href=\"contactus.htm\" class=\"text\">Contact Us</a>&nbsp;&nbsp;";
	footercode+="<a href=\"youqing.htm\" class=\"text\">Links</a>&nbsp;&nbsp;";
	footercode+="<a href=\"sitemap.htm\" class=\"text\">Sitemap</a>&nbsp;&nbsp;";
	footercode+="<a href=\"job.htm\" class=\"text\">Careers</a>&nbsp;&nbsp;";
	footercode+="</td>";
	footercode+="</tr>";
	footercode+="</table>";
	document.write(footercode);
}
	footer();
//-->
