//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.baby-product-guides.com"
var bookmarktitle="Baby Product Guides"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}