document.write('<tr height="15"><td></td></tr>');
document.write('<tr height="1" bgcolor="#eeeeee"><td></td></tr>');
document.write('<tr height="5"><td></td></tr>');
document.write('<tr>');
	document.write('<td><table width="100%">');
		document.write('<tr>');
			document.write('<td align="left"><a href="career.html" class="footerLinks">Careers</a> | <a href="contactus.php" class="footerLinks">Contact us</a> | <a href="sitemap.html" class="footerLinks">Sitemap</a></td>');
			document.write('<td class="copyright" align="right"><a href="http://apycom.com/" style="text:decoration:none" target="_blank"><font color="#6699CC"></font></a> &copy; 2010, All rights reserved</td>');
		document.write('</tr>');
		document.write('<tr>');
			document.write('<td align="center" colspan=2 class="copyright">Best viewed in IE 7 and above at a resolution, 1024x768 and above</td>');
		document.write('</tr>');
	document.write('</table></td>');
document.write('</tr>');
