﻿
//alert(navigator.userAgent)
if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))|| (navigator.userAgent.match(/Android/i))) {
 if (document.cookie.indexOf("iphone_redirect=false") == -1) window.location = "http://www.guardstogo.com/mobile_index.html";
}


