document.oncontextmenu=new Function('return false');
function vaiAhome(){
	window.location.href="http://fantagazzetta.myblog.it";
}
function annulla(){
	alert("no!!");
	return false;
}