// JavaScript Document

     var urlAddress = "http://auctionlive.com/";
     var pageName = "AuctionLive";
     function addToFavorites(anchor)
     {
     if (window.external)
     {
     window.external.AddFavorite(anchor.getAttribute('href'), anchor.getAttribute('title'));
     }
     }
    

