// JavaScript Document

document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
	document.write('<tr>');
	 document.write('<td height="30" align="left" valign="top">&nbsp;</td>');
	 document.write('<td align="left" valign="top">&nbsp;</td>');
	document.write('</tr>');
	document.write('<tr>');
	 document.write('<td align="left" valign="top" class="footer"><a href="http://www.eestpl.com/">Home</a> | <a href="AboutUs.html">About us</a> | <a href="Services.html">Services</a> | <a href="Solutions.html">Solutions</a> | <a href="clientele.html">Clientele</a> <!--| <a href="partners.html">Partners</a> | --><a href="Careers.html">Careers</a> | <a href="Success.html">Success</a> | <a href="contactus.html">Contact us</a> | <a href="sitemap.html">Sitemap</a> | <a href="privacy.html">Privacy Policy</a><br>');
	   document.write('<a href="http://www.eestpl.com/">EESTPL</a> &copy; 2009. All Rights Reserved.</td>');
	 document.write('<td align="right" valign="top">Design by <a href="http://www.orchidinformatics.com/" target="_blank">Orchid Informatics </a></td>');
	document.write('</tr>');
	document.write('<tr>');
	 document.write('<td height="30" align="left" valign="top">&nbsp;</td>');
	 document.write('<td align="left" valign="top">&nbsp;</td>');
	document.write('</tr>');
document.write('</table>');

