<!-- Begin
function go(link) {
  var agree=confirm("You are now leaving NOAA's National Weather Service.\n\nNOAA's National Weather Service provides a link to this external \n web page because it may contain related information of interest \n to you.  This link does not constitute an endorsement by the NWS \n of any information, products, or services on this external web \n site.  The NWS does not own or operate these sites and is not \n responsible for site maintenance or data accuracy.  Use this \n data at your own risk.");

  if (agree)
    location.href=link;
}
// End -->
