// ¸ð¹ÙÀÏȯ°æ üũ if (location.pathname.slice(location.pathname.lastIndexOf('/')+1).substr(0,2) != 'm_') { if (navigator.userAgent.match(/Mobile|Windows CE|Windows Phone|Opera Mini|POLARIS|iPhone|iPod|BlackBerry|Android|LG|MOT|SAMSUNG|SonyEricsson|Symbian|Opera Mobi|IEmobile/) && !navigator.userAgent.match(/iPad/)) { // if ((location.pathname.indexOf("/default/office/") == 0) | (location.pathname.indexOf("/default/field/") == 0) | (location.pathname.indexOf("/default/board/") == 0) | (location.pathname.indexOf("/default/consult/") == 0)) { if (location.href.substr(location.href.lastIndexOf("/") + 1) == '') { location.href = location.href.substr(0,location.href.lastIndexOf("/") + 1) + "m_index.php"; } else { location.href = location.href.substr(0,location.href.lastIndexOf("/") + 1) + "m_" + location.href.substr(location.href.lastIndexOf("/") + 1); } // } } }