// PURPOSE: Duplicate the footer_links.lbi file so any changes there must be made here
// so that absolute links can be used so outsource companies pick it up changes automatically
// HISTORY:
// 03/23/07 cshang Created from footer_links.lbi

var stylesheet = '<style type="text/css"><!--';
	stylesheet = stylesheet + '.style2 {color: #FFFFFF;	font-size: 8.5pt; font-weight: bold;}';
	stylesheet = stylesheet + '--></style>';
var htm = '<table width="773" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#000000" class="whitelink">';
htm = htm + '<tr><td colspan="2" bgcolor="#104A7D"><img src="http://www.argonst.com/images/pixel_clear.gif" width="10" height="10"></td></tr>';
htm = htm + '<tr><td width="472" class="smalltextwhite"><a href="http://www.argonst.com/about/index.htm">About Us</a> | <a href="http://www.argonst.com/capabilities/index.htm">Capabilities &amp; Solutions</a> | <a href="http://www.argonst.com/news/index.htm">News &amp; Events</a> | <a href="http://phx.corporate-ir.net/phoenix.zhtml?c=119444&p=irol-irhome">Investor Relations</a> | <a href="http://www.argonst.com/careers/index.htm">Careers</a><br />';
htm = htm + '<a href="http://www.argonst.com/contact/legal.htm">Legal</a> | <a href="http://www.argonst.com/contact/privacy.htm">Privacy</a><br />&copy; 2010 Argon ST, Inc. All Rights Reserved</td>';
htm = htm + '<td width="301" align="right"><span class="style2">Get the Argon ST Advantage - Call 703-322-0881 </span>&nbsp;&nbsp;&nbsp;</td>';
htm = htm + '</tr></table>';
document.write(stylesheet + htm);
