// -----------------------------------------------------------------------------
// home page e preferiti
//
var bookmarkurl="http://www.golfetornei.com";
var bookmarktitle="Vela e Regate";
function preferiti(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
function home() {  
if(document.all)
document.body.style.behavior='url(#default#homepage)';
document.body.setHomePage('http://www.golfetornei.com');
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}