/* function mobileWeb() { if (navigator.userAgent.match(/iPad/) == null && navigator.userAgent.match(/iPhone|Mobile|UP.Browser|Android|BlackBerry|Windows CE|Nokia|webOS|Opera Mini|SonyEricsson|opera mobi|Windows Phone|IEMobile|POLARIS/) != null) { location.href = "https://m.pdpop.net"; //¸ð¹ÙÀÏ Á¢¼ÓÀÏ °æ¿ì ¸ð¹ÙÀÏ ÆäÀÌÁö·Î À̵¿ } } mobileWeb(); */ function mobileWeb() { //navigator.userAgent.match(/iPad/) == null && if ( navigator.userAgent.match(/iPhone|Mobile|UP.Browser|Android|BlackBerry|Windows CE|Nokia|webOS|Opera Mini|SonyEricsson|opera mobi|Windows Phone|IEMobile|POLARIS|iPad|SmartTV/) != null) { location.href = "https://m.pdpop.net"; //¸ð¹ÙÀÏ Á¢¼ÓÀÏ °æ¿ì ¸ð¹ÙÀÏ ÆäÀÌÁö·Î À̵¿ } } function getQuerystring(key, default_) { if (default_==null) default_=""; key = key.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]"); var regex = new RegExp("[\\?&]"+key+"=([^&#]*)"); var qs = regex.exec(window.location.href); if(qs == null) return default_; else return qs[1]; } var prodId = getQuerystring('todo'); if (prodId != 'pc') { //alert('mobile'); mobileWeb(); }else { }