//configure the two variables below to match yoursite's own info
var bookmarkurl="http://www.ddmanerbio.it"
var bookmarktitle="Circolo Didattico di Manerbio (Bs)"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}