if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/webOS/i)) || (navigator.userAgent.match(/iemobile/i)) || (navigator.userAgent.match(/BlackBerry/i)) || (navigator.userAgent.match(/opera mini/i)) || (navigator.userAgent.match(/symbian/i)) || (navigator.userAgent.match(/smartphone/i)) || (navigator.userAgent.match(/android/i) && navigator.userAgent.match(/mobile/i)))
{
location.replace("http://www.siquis.it/mobile/");
}
