/////////////////////////////////////////////////////////////////////////
//   JumpAlert.js --  JavaScript
//
//   Author:  Bernard N. Meisner, Scientific Services Division, NWS SRHQ
//
//   Latest Revision:  April 15, 2000
/////////////////////////////////////////////////////////////////////////

function jumpAlert() {
window.alert('You are now leaving the National Weather Service Web site.\n\nThe NWS provides a link to this external Web page because it may contain related information of interest to you. This link does not constitute an endorsement by the NWS of any information, products or services on this external Web site.\n\nYou can return to the NWS Web site by using the Back button on your Web browser.')
            }

//     Prevent page from being loaded into a foreign frame
if (top != self) top.location.href = location.href;

//     end of JumpAlert script
