//configure the two variables below to match yoursite's own info
var bookmarkurl="http://www.Pet-Supplies-Online-Resource.com/"
var bookmarktitle="Pet Supplies Online"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}