// ------------------------------- //
// -------- Start of File -------- //
// ------------------------------- //
// ----------------------------------------------------------- // 
// JavaScript File
// Browser support: Internet Explorer, Netscape, Firefox
// Produced By: NWS Miami
// File Creation Date: 04/23/2008
// Date Last Modified: 01/29/2008 
// ----------------------------------------------------------- // 
// ------------- Program Description and Details ------------- // 
// ----------------------------------------------------------- // 
//
// All pages Java Script 
//
// ----------------------------------------------------------- // 

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.')
}

function jumpAlertMFL() {
  window.alert('You are now leaving the NWS Miami Homepage.\n\nThe National Weather Service provides a link to this external web page\nbecause it may contain related information of interest to you.\nThis link does not constitute an endorsement by the National Weather\nService of any information, products,or services on the external site.\n\nYou may return to the NWS Miami page by using the Back button\non your web browser.')
}


// ----------------------------------------------------------- //
// ------------------------------- //
// --------- End of File --------- //
// ------------------------------- //
