function bookmark()
 {
  var urlAddress = 'http://hotels.travelape.com';

  if (window.external)
  {
   window.external.AddFavorite(urlAddress,'Travel Ape Hotels and Vacations Center');
  }
  else
  { 
   alert("Press Ctrl & D to Bookmark This Page");
  }
 }
