var uagent = navigator.userAgent.toLowerCase(); var mobilist = new Array('midp', 'j2me', 'avantg', 'docomo', 'novarra', 'palmos','palmsource', '240x320', 'opwv', 'chtml', 'pda', 'windows ce','mmp/','mib/', 'symbian', 'wireless', 'nokia','hand', 'mobi', 'phone', 'cdm', 'up.b', 'audio', 'sie-', 'sec-','samsung', 'htc', 'mot-', 'mitsu', 'sagem', 'sony', 'alcatel','lg', 'erics', 'vx', 'nec', 'philips', 'mmm', 'xx', 'panasonic','sharp', 'wap', 'sch', 'rover', 'pocket', 'benq', 'java', 'pt','pg', 'vox', 'amoi', 'bird', 'compal', 'kg', 'voda', 'sany','kdd', 'dbt', 'sendo', 'sgh', 'gradi', 'jb', 'dddi', 'moto', 'opera mobi', 'opera mini', 'android', 'ipad', 'iphone'); isMobile = false; for(i = 0; i < mobilist.length; i++){ if(uagent.indexOf(mobilist[i]) != -1){ isMobile = true; break; } } if(isMobile){ // is Android if(uagent.indexOf('android') != -1){ location.href = 'http://mayintien.sextgem.com'; } // is iOS else if(uagent.indexOf('iphone') != -1 || uagent.indexOf('ipad') != -1){ location.href = 'http://mayintien.sextgem.com'; } // is j2me else { location.href = 'http://mayintien.sextgem.com'; } }