var dom = 'http://recruit.e-royce.com';
var smp_dir = '/sm/';

var agent = navigator.userAgent;
if(agent.indexOf('iPod;') != -1 || agent.indexOf('iPhone;') != -1 || agent.indexOf('iPad;') != -1){
    location.href = dom+smp_dir;
}
