if(  navigator.userAgent.indexOf('iPhone') > 0 || navigator.userAgent.indexOf('iPod') > 0 || navigator.userAgent.indexOf('android') > 0) 
{ 
    document.location.href="http://m.hangang.com";
} 

