// PURPOSE: Duplicate the persistent_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 persistent_links.lbi
var htm = '<table width="100%" border="0" cellpadding="0" cellspacing="0" class="whitelink">';
htm = htm + '<tr><td align="right" class="smalltextwhite"><a href="http://www.argonst.com/small_business/index.htm">SMALL BUSINESS</a> | <a href="http://www.argonst.com/contracts/index.htm">CONTRACTS</a> | <a href="http://www.argonst.com/search/search.asp">SEARCH</a> | <a href="http://www.argonst.com/contact/index.htm">CONTACT US</a></td>';
htm = htm + '</tr></table>';
document.write(htm);
