
//javascript file (z_includes/footernav.js) for virtual content in footer
//Update this info to change across entire site!

function printVirtualFooterNav() {
document.write('<tr>');
document.write('<td align="left" valign="top" width="33%" class="footer">');
document.write('KEYW Corporation<br />');
document.write('1334 Ashton Road, Suite A<br />');
document.write('Hanover, Maryland 21076<br />');
document.write('</td>');
document.write('<td align="center" valign="top" width="33%" class="footer">');
document.write('&copy;2009 KEYW Corporation <br />');
document.write('All Rights reserved <br />');
document.write('<!--<a href="#">Employee Portal </a>-->');
document.write('</td>');
document.write('<td align="right" valign="top" width="33%" class="footer">');
document.write('PH: 443-270-5300 <br />');
document.write('FAX: 443-270-5301 <br />');
document.write('<a href="mailto:info@keywcorp.com?SUBJECT=Query from KEYW Web" style="font-size:7pt;  font-family:Arial, Helvetica, sans-serif;">info@keywcorp.com</a><br />');
document.write('<a href="mailto:careers@keywcorp.com?SUBJECT=KEYW Careers" style="font-size:7pt;  font-family:Arial, Helvetica, sans-serif;">careers@keywcorp.com</a><br />');
document.write('</td>');
document.write('</tr>');
}
