var MobileBrowsers={init:function(){if((navigator.userAgent.match(/Android/i))||(navigator.userAgent.match(/iPhone/i))){if((navigator.userAgent.match(/Android/i))&&(navigator.userAgent.match(/Opera/i))){return;}if(jQuery.cookie("XeroMobile")==null){if(document.location.search.substring(1)=="mobile"){jQuery.cookie("XeroMobile",1);return;}location.replace("http://"+location.hostname+"/m/");}}}};MobileBrowsers.init();
