// v9
function addfav()
{
  if (document.all)
  {
    window.external.AddFavorite ("http://www.tap3.net","Tap3 : photos");
  }
}

