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