﻿var cText = '';
cText += ' 	<div id="footer">';
cText +='          <p>Language : English </p>';
cText +='          <p>&nbsp;</p>';
cText += ' 		<a href="TermsOfUse.htm" target="_self">Terms of Use</a>  | <a href="PrivacyPolicy.htm" target="_self">Privacy Policy</a>';
cText +='          <p>&nbsp;</p>';
cText += '         <p>Sponser: <a href="http://stamping.upgear.net/" target="_blank">HSIEH PRECISIONAL INDUSTRIAL CO.,LTD.</a></p>';
cText += ' 	</div>';
cText += ' 	<div id="footerCopyright">';
cText += ' 		<p>Copyright &copy; 2008 <a href="http://www.upgear.net" target="_blank">UPGEAR.NET</a>. All rights reserved.</p>';
cText += ' 	</div>';

document.write(cText); 

