


//configure the two variables below to match yoursite's own info
var bookmarkurl="http://www.helia1.co.nz"
var bookmarktitle="Heli A1"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

