//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.hidden-cancer-cures.com/index.html"
var bookmarktitle="Hidden Cancer Cures"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}