// Sub Nav - Press Room Articles
function writeJS(){
var str='';
str+='<table border="0" cellspacing="0" cellpadding="0" class="header_section_subnav_container">';
str+='  <tbody>';
str+='    <tr>';
str+='      <td align="left" valign="top" class="header_sub_nav_links_left_pdf" nowrap="nowrap"><p style="padding:0px; margin:0px;"><img src="images\/stories\/images\/_spacer.gif" width="1" height="18" align="absmiddle" border="0" alt=""><\/p><\/td>';
str+='      <td align="right" valign="top" class="header_sub_nav_links_right" nowrap="nowrap"><p style="padding:0px; margin:0px;"><a href="index.php?option=com_content&task=view&id=317&Itemid=55" id="active_1">Press&nbsp;Releases<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="index.php?option=com_content&task=view&id=318&Itemid=55" id="active_2">Media&nbsp;Stories<\/a><\/p><\/td>';
str+='    <\/tr>';
str+='  <\/tbody>';
str+='<\/table>';
document.write(str);
}
writeJS();