if((navigator.userAgent.match(/Macintosh/i)) || (navigator.userAgent.match(/Windows/i)) || (navigator.userAgent.match(/Symbian/i)) || (navigator.userAgent.match(/Linux/i)))
	{
	location.replace("http://www.comefarea.it");
	}
			
