(function() {
var sUserAgent = navigator.userAgent;
if (sUserAgent.indexOf('Android') > -1 && sUserAgent.indexOf('Mobile') > -1
|| sUserAgent.indexOf('iPhone') > -1
|| sUserAgent.indexOf('iPod') > -1
|| sUserAgent.indexOf('Symbian') > -1
|| sUserAgent.indexOf('IEMobile') > -1) {
if (location.pathname.length < 2 && location.hash == '') {
location.href = "<%=basePath%>mobile/index.jsp";
}
} else {
location.href = '<%=basePath%>jsp/index.jsp';
}
})();
var sUserAgent = navigator.userAgent;
if (sUserAgent.indexOf('Android') > -1 && sUserAgent.indexOf('Mobile') > -1
|| sUserAgent.indexOf('iPhone') > -1
|| sUserAgent.indexOf('iPod') > -1
|| sUserAgent.indexOf('Symbian') > -1
|| sUserAgent.indexOf('IEMobile') > -1) {
if (location.pathname.length < 2 && location.hash == '') {
location.href = "<%=basePath%>mobile/index.jsp";
}
} else {
location.href = '<%=basePath%>jsp/index.jsp';
}
})();