//change the two variables below to match yoursite's own info
var bookmarkurl="www.rubber-bracelet.com"
var bookmarktitle="Silicone Bracelets"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}