function bookmarkme(l) { try{ if(typeof l=='undefined')l=self.location;else l='http://'+l; track('BookmarkMe'); if(document.all)window.external.AddFavorite(l,document.title); else if(window.sidebar)window.sidebar.addPanel(document.title,l,""); else throw(1);}catch(e){alert("Sorry, your browser doesn't support this function. Try adding the bookmark by pressing Ctrl-D.");}}