document.write('<!--- footer --->');
document.write('  <HR class="footer_line" align=center  SIZE=2 >');
document.write('<!--- Local links --->');
document.write('	<div id="FooterLinkList">');
document.write('		<span><a href="http://www.thothe.com">Home</a></span>');
document.write('		|');
document.write('		<span><a href="aboutus.php">About Us</a> </span>');
document.write('		|');
document.write('		<span><a href="aboutprod.php">Products</a></span>');
document.write('		|');
document.write('		<span><a href="aboutsvcs.php">Services</a></span>');
document.write('		|');
document.write('		<span><a href="contactus.html">Contact Us</a></span>');
document.write('		|');
document.write('		<span><a href="sitemap.html">Sitemap</a></span>');
document.write('	</div>');
	


document.write('<!--- Copy Rights --->');
document.write('  <div class="footer">');
document.write('	&copy; Copyright 2011 Thothe Technologies Pte Ltd. All Rights Reserved.');
document.write('  </div>');
document.write('<!--- end of footer --->');

