<!--
if (location.pathname.indexOf('reply_alb.php')==-1 & location.pathname.indexOf('controllo')==-1 & location.pathname.indexOf('utente')==-1 & location.pathname.indexOf('reply_alb.php')==-1 & location.pathname.indexOf('reply_utente.php')==-1)
{
  if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)))
  				{
  location.replace("http://m.viaggiaedormi.it");
  				}
  				else if (screen.width <= 500) {
  				document.location ="http://m.viaggiaedormi.it";
  		}
}
//-->

