//configure the two variables below to match yoursite's own info
var bookmarkurl="http://www.101-Baby-Stuff.com/"
var bookmarktitle="101 Baby Stuff"

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