var bookmarkurl="http://www.pugliaisland.it"
var bookmarktitle="PUGLIAISLAND"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}