larghezza = screen.width;
//alert(larghezza);
if (larghezza < 700) {
	location.href='mobile/index.htm';
}

