//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.healthcompass.com.au/"
var bookmarktitle="Health Compass Australia's Leading Alternative Health Site"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
