
function getFooter(){

//document.write('<td width="197" valign="top" align="left"><img src="images/spacer.gif" width="188" height="5"></td>');
//document.write('<td valign="top" align="left"><img src="images/spacer.gif" width="12" height="5"></td>');
//document.write('<td width="404" valign="top" align="left"><img src="images/spacer.gif" width="404" height="5"><br clear="all"><font size="1" face="Arial, Helvetica, sans-serif">URL: '+ window.location.href +'<br>Updated: '+document.lastModified+'</font><br></td>');

//document.write(window.location.href);

document.write('<table border="0" width="98%" cellspacing="0" cellpadding="0">');
document.write('<tr>');
    document.write('<td width="140" bgcolor="#CCCCCC" valign="top"><img src="http://www.cdc.gov/navimages/spacer.gif" width="140" height="4" alt=" "></td>');
    document.write('<td width="12"><img src="http://www.cdc.gov/navimages/spacer.gif" border="0" width="12" height="1" alt=" "></td>');
    document.write('<td width="100%" valign="top"><font size="1" face="Arial, Helvetica, sans-serif"><center><p>URL: '+ window.location.href +'</p><p>&nbsp;</p></center></font></td>');
  document.write('</tr>');
document.write('</table>');

}


