function addfav()
   {
   if (document.all)
      {
      window.external.AddFavorite
      ("http://www.webnet2002.com","Web Service")
      }
   }
