function addto()
{
  var urlAddress = "http://www.mintbebo.com";
  var pageName = "MintBebo.com - Bebo Glitter Graphics";
  if(window.external)
    window.external.AddFavorite(urlAddress,pageName)
  else
   alert("Sorry! We could not bookmark MintBebo.com automatically.");
}