// PURPOSE: This file was created to hold the Media Contact information on the News pages
// HISTORY
// 03/23/07 cshang Created and the associated with the news files 
//

var htm = '<table width="100%" border="0" cellspacing="0" cellpadding="0">';
htm = htm + '<tr><td class="sidebarheader"><strong>Media Contact</strong></td></tr>';
htm = htm + '<tr><td class="sidebartext"><p class="whitelink"><strong>Argon ST, Inc.</strong><br />';
htm = htm + '<a href="mailto:media@argonst.com">media@argonst.com</a></p>';
htm = htm + '</td></tr></table>';
document.write(htm);
