
    function add2Fav(x){
        if (document.all  && !window.opera) {
             if (typeof window.external == "object") {
                window.external.AddFavorite('http://www.bestlatexporn.com/', 'Bookmark Best Latex Porn!');
                return true;
              }
              else return false;
        }
        else{
            x.href=document.location;
            x.title=document.title;
            x.rel = "sidebar";
            return true;
        }
    }
