//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.wedding-cakes-portal.com/"
var bookmarktitle="Your Wedding Cake & Favors Portal"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}