//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.the-baby-products-store.us"
var bookmarktitle="The Baby Products Store"

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