 var urlAddress = "http://www.pixelmanifest.com";
 var pageName = "Pixel Manifest - Computer Wallpapers and Graphics";

 function addToFavorites()
 {
  if (window.external)
  {
   window.external.AddFavorite(urlAddress,pageName)
  }
  else
  { 
   alert("Sorry! Your browser doesn't support this function. Close this window and try the keys  \"Ctrl + D\"");
  }
 }