//the two variables can be changed to match your site
var bookmarkurl="http://www.christmascrafts.com"
var bookmarktitle="Christmas Crafts"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}