//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.jewelry-4-u.net/"
var bookmarktitle="Jewelry 4 U - Jewelry for all occasions"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}