function addfav()
   {
   if (document.all) 
      {
      window.external.AddFavorite("http://www.jbv.com","jbv's Competitive Edge")
      }
   }

