//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.dog-breed-facts.com"
var bookmarktitle="Dog Breeds Information"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
