function addbookmark() {
  if (window.external)
    external.AddFavorite('http://www.magicalkingdom.co.uk/index.htm', 'Magicalkingdom greeting cards')
  else
    alert("Your browser doesn't support this feature. Use Bookmark Menu instead.");
}