<!--
//
 var urlAddress = document.location.href;
 var pageName = document.title;

 function addToFavorites()
 {
  if (window.external)
  {
   window.external.AddFavorite(urlAddress,pageName);
  }
 }
// -->
<!-- Begin

if (document.all){
  document.write('<a href="javascript:history.go(0);" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'' + document.location.href + '\');">');
  document.write('Click here to set this page as your home page.</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.findlocalweather.com/send/friend.php">Tell a friend about this page.</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="javascript:addToFavorites()">Click here to add this page to your favorites.</a>');
}

else if (document.getElementById){
  document.write('<a href="'
 + document.location.href + '">Drag this link to your home button to make this your home page.</a>&nbsp;&nbsp;Add this page to your Bookmarks, push Ctrl & d at the same time.');
}

else if (document.layers){
  document.write('Make this site your homepage: Go to Edit and select Preferences. Choose Navigator from the list. Click "Use Current Page".');
}

// End -->