if((navigator.userAgent.match(/iPhone/i))||(navigator.userAgent.match(/iPod/i)))
{
var iphone="yes";
}

function show(){
if (!document.all&&!document.layers&&!document.getElementById)
return
var largo=screen.width
var lungo=screen.height
//alert("" + largo + " - " + lungo)
if (largo <= 640){
location.href="http://www.hotelsmobile.eu"
}
}
show()