
function addBookmark(){
    bookmarkurl="http://www.ziperello.com"
    bookmarktitle="Ziperello - Password Recovery Software"
    if (document.all)
        window.external.AddFavorite(bookmarkurl,bookmarktitle)
};

function SaveHomepage(){
    bookmarkurl="http://www.ziperello.com"
    bookmarktitle="Ziperello - Password Recovery Software"
    if (document.all)
        window.external.AddFavorite(bookmarkurl,bookmarktitle)
};

