function newWindow(sHref) {
	finestra=window.open(sHref, '_blank');
	finestra.focus();
	return false;
}


function home() {
if(document.all)
document.body.style.behavior='url(#default#homepage)';
document.body.setHomePage('http://qn.quotidiano.net');
}


function pref() { 
window.external.AddFavorite(window.location.href, 'Le news di Quotidiano.Net')
}
