// -----------------------------------------------------------------------------
// home page e preferiti
//
var bookmarkurl="http://www.b24.it";
var bookmarktitle="b24.it Motore di ricerca";
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.b24.it');
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}