<!--
//  Hide script from older browsers
// script by http://www.hypergurl.com

 function addToFavorites(urlAddress,pageName)
 {
  if (window.external)
  {
   window.external.AddFavorite(urlAddress,pageName)
  }
  else
  { 
   alert("Your browser doesn't support this function. Please try the keys CTRL + D to bookmark this page or use the 'Favorites' or 'Bookmarks' menu of your browser.");
  }
 }
// -->
