//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.dog-sweaters-coats-and-jackets.com/"
var bookmarktitle="Dog Sweaters, Coats and Jackets"

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