//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.a2z-vitamin-and-herbs.com"
var bookmarktitle="Vitamin and Herbs For Natural Care and Healing"

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