/* function bookmark(url, description){
	netscape="Premi OK e successivamente CTRL+D per aggiungere nei bookmark questo sito"
	if (navigator.appName=='Microsoft Internet Explorer'){
		window.external.AddFavorite(url, description);
		}
	else if (navigator.appName=='Netscape'){
		alert(netscape);
		}
}
*/

var bookmarkurl="http://www.pointovu.com"
var bookmarktitle="Point of view - Informazione Libera"
var netscape="Premi OK e successivamente CTRL+D per aggiungere nei bookmark questo sito"
function preferiti(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
else if (document.getElementById)
alert(netscape)
}

function bgc(which,color){
if (document.all||document.getElementById){
which.style.backgroundColor=color
}
}
	
	setTimeout("location.reload(true)",99999000);	