document.write('  <!-- WFO Philly footer  -->');
document.write('  <table width="100%" cellspacing="2" cellpadding="2" border="0">');
document.write("  <tr>");
document.write('    <td align="center" colspan="3" style="font-size:9pt;"><HR color="silver"><a href="#top">Top of Page</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://weather.gov/Philadelphia/index.php">Home Page</a><HR color="silver">');
document.write("    </td>");
document.write("  </tr>");
document.write("  <tr valign=TOP>");
document.write("    <td>");
document.write('    <span class="gray">');
document.write("    National Weather Service <br>");
document.write("    Weather Forecast Office<br>Philadelphia/Mount Holly<br>");
document.write("    732 Woodlane Road<br>Mount Holly, NJ 08060-9615 <br>");
document.write("    (609) 261-6600 </span><br><br>");
document.write('    <a href="mailto:wfophi.webmaster@noaa.gov?subject=Web Page Feedback "><span class="gray">Click here to contact Webmaster</span></a><br>');
document.write('    <span class="gray">');
if (Date.parse(document.lastModified) != 0) {
  var modiDate = new Date(document.lastModified);
  var modiYear = modiDate.getYear();
  modiYear = (modiYear < 2000) ? modiYear + 1900 : modiYear;
  var monthName = new Array("January", "February", "March", "April", "May", 
   "June", "July", "August", "September", "October", "November", "December");
document.write("     Last modified: " + monthName[modiDate.getMonth()] + " ");
document.write(      modiDate.getDate() + ", " + modiYear);
  }
document.write('    </span>');
document.write('    </td>');
document.write('    <td>');
document.write('    <a href="http://www.weather.gov/disclaimer.php"><span class="gray">Disclaimer</span></a><br>');
document.write('    <a href="http://www.noaanews.noaa.gov/stories/iq.htm"><span class="gray">Information Quality</span></a><br />');
document.write('    <a href="http://www.weather.gov/credits.php"><span class="gray">Credits</span></a><br />');
document.write('    <a href="http://www.weather.gov/glossary/"><span class="gray">Glossary</span></a><br />');
document.write('    </td>');
document.write('    <td align="right">');
document.write('    <a class="smcat" href="http://weather.gov/privacy.php"><span class="gray">Privacy Policy</span></a><br>');
document.write('    <a href="http://www.rdc.noaa.gov/%7Efoia/"><span class="gray">Freedom of Information Act (FOIA)</span></a><br />');
document.write('    <a href="http://www.weather.gov/admin.php"><span class="gray">About Us</span></a><br />');
document.write('    <a href="http://www.weather.gov/careers.php"><span class="gray">Career Opportunities</span></a>');
document.write('    </td>');
document.write('  </tr>');
document.write('  </table>');
document.write('  </td>');
document.write('</tr>');
document.write('</table>');
