
document.write('<br><hr>');
document.write('<table cellspacing="2" cellpadding="2" border="0">');
document.write('<tr align="center">');
document.write('  <td>Local Climate Water &amp; Weather Topics:<br> ');
document.write('  <a href="http://www.spc.noaa.gov/products/wwa/wwa.gif">Current Hazards</a> |');
document.write('  <a href="http://www.erh.noaa.gov/er/rnk/forecast.html#D">Current Conditions</a> |');
document.write('  <a href="http://www.erh.noaa.gov/rnk/satrad.html">Radar &amp; Satellite</a> |');
document.write('  <a href="http://www.erh.noaa.gov/er/rnk/climate.html">Climate</a> |');
document.write('  <a href="http://www.nws.noaa.gov/om/severeweather/index.shtml">Weather Safety</a> |');
document.write('  <a href="mailto:rnk.webmaster@noaa.gov">Contact Us</a>');
document.write('  </td>');
document.write('</tr>');
document.write('</table>');
document.write('');
document.write('<table width="98%" cellspacing="2" cellpadding="2" border="0">');
document.write('<tr>');
document.write('  <td colspan="3"><HR></td>');
document.write('</tr>');
document.write('<tr valign="TOP"> ');
document.write('  <td class="gray">National Weather Service<br>');
document.write('  Weather Forecast Office Blacksburg<br>');
document.write('  1750 Forecast Drive<BR>');
document.write('  Blacksburg, VA&nbsp; 24060<br>');
document.write('  (540)-552-0084<BR>');
document.write('  Questions or Comments? Send us <a href="mailto:rnk.webmaster@noaa.gov"> e-mail<br></a>');
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('  </td>');
document.write('  <td><a href="http://www.nws.noaa.gov/disclaimer.php"><span class="gray">Disclaimer</span><BR></a>');
document.write('  <a href="http://www.weather.gov/admin.php"><span class="gray">About Us</span><BR></a>');
document.write('  <a href="http://www.weather.gov/credits.php"><span class="gray">Credits</span></a></td>');
document.write('  <td align="right"><a href="http://www.nws.noaa.gov/notice.html">');
document.write('  <span class="gray">Privacy Policy<br></span></a>');
document.write('  <a href="http://www.weather.gov/careers.php"><span class="gray">Career Opportunities<br></span></a>');
document.write('  <a href="http://www.weather.gov/glossary/"><span class="gray">Glossary</span></a></td>');
document.write('</tr>');
document.write('</table>');

document.write('<!-- The next three lines close out the table from the header file. -->');
document.write('  </td>');
document.write('</tr>');
document.write('</table>');
