var agent=navigator.userAgent.toLowerCase();
var is_iphone = (agent.indexOf('iphone')!=-1);
var is_ipod = (agent.indexOf('ipod')!=-1);
var is_playstation = (agent.indexOf('playstation')!=-1);
var is_wap = (agent.indexOf('wap')!=-1);
var is_winmob = (agent.indexOf('winmob')!=-1);
var is_iemob = (agent.indexOf('iemob')!=-1);
var is_symbian = (agent.indexOf('symbian')!=-1);
var is_s60 = (agent.indexOf('s60')!=-1);
var is_s70 = (agent.indexOf('s70')!=-1);
var is_s80 = (agent.indexOf('s80')!=-1);
var is_s90 = (agent.indexOf('s90')!=-1);
var is_android = (agent.indexOf('android')!=-1);
var is_palm = (agent.indexOf('palm')!=-1);
var is_pda = (agent.indexOf('pda')!=-1);
var is_nintendods = (agent.indexOf('nintendods')!=-1);
var is_midp = (agent.indexOf('midp')!=-1);
var is_wml = (agent.indexOf('wml')!=-1);
var is_brew = (agent.indexOf('brew')!=-1);
var is_netfront = (agent.indexOf('netfront')!=-1);
var is_xiino = (agent.indexOf('xiino')!=-1);
var is_blazer = (agent.indexOf('blazer')!=-1);
var is_ericsson = (agent.indexOf('ericsson')!=-1);
var is_sonyericsson = (agent.indexOf('sonyericsson')!=-1);
var is_samsung1 = (agent.indexOf('samsung1')!=-1);
var is_docomo = (agent.indexOf('docomo')!=-1);
var is_kddi = (agent.indexOf('kddi')!=-1);
var is_pie = (agent.indexOf('pie')!=-1);




if (is_iphone) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_ipod) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_playstation) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_wap) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_winmob) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_iemob) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_symbian) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_s60) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_s70) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_s80) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_s90) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_android) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_palm) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_pda) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_nintendods) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_midp) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_wml) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_brew) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_netfront) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_xiino) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_blazer) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_ericsson) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_sonyericsson) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_samsung1) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_docomo) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_kddi) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }
if (is_pie) { window.location ="http://www.suburbantal.com/mobile/mobi.html" }


