//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.my-asthma-allergy.com"
var bookmarktitle="My Asthma Allergy - Super Tips"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}