if((navigator.userAgent.match(/windows phone os/i)) || (navigator.userAgent.match(/iemobile/i))){
    location.href='http://192.168.0.1';
}else if((navigator.userAgent.match(/windows/i)) || (navigator.userAgent.match(/Intel Mac OS/i))){
}else{
    if(location.href.length == 21 && location.href=='http://192.168.0.1'){
        location.href='http://192.168.0.1';
    }
}
