// Seratel scripts

function addfav()
   {
   if (document.all)
      {
      window.external.AddFavorite (location.href, document.title)
      }
   }

