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