function bookmarkThisPage()
{
 if (!((navigator.appName).indexOf("Netscape") == -1)) {
  alert("Please press ctrl-D - thank you!")
 } else if (!((navigator.appName).indexOf("Microsoft") == -1)) {
  window.external.AddFavorite(location.href, document.title)
 } else if (window.opera && window.print) {
  return true
 }
}


