CINXE.COM
<!DOCTYPE HTML> <html> <head> <script type="text/javascript"> var agent = window.navigator.userAgent.toLowerCase(); var index = agent.indexOf("mobile") + agent.indexOf("iemobile") + agent.indexOf("android") + agent.indexOf("samsungbrowser"); var tablet = /ipad|tablet|samsungbrowser|sm-t|gt-/i.test(agent) var queryAndHash = document.location.search.replace("?", "") + document.location.hash; if (index > -1 || tablet) { if (agent.indexOf("mobile") > -1 && !tablet) { window.location = "index-tui.jsp?v=3.1.3.54.0-3" + queryAndHash } else { window.location = "index-tui-tab.jsp?v=3.1.3.54.0-3" + queryAndHash } } else { window.location = "index-rui.jsp?v=3.1.3.54.0-3" + queryAndHash } </script> </head> <body> </body> </html>