//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.diet-and-weight-loss-essentials.com"
var bookmarktitle="Diet and Weight Loss Essentials"

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