// JavaScript Document
var agent = navigator.userAgent.toLowerCase();

if (agent.indexOf('Nokia') != -1)
window.location.href="http://www.deradicalize.org/m";
else if(agent.indexOf('android') != -1)
window.location.href="http://www.deradicalize.org/m";
else if(agent.indexOf('MOT-') != -1)
window.location.href="http://www.deradicalize.org/m";
else if(agent.indexOf('Panasonic') != -1)
window.location.href="http://www.deradicalize.org/m";
else if(agent.indexOf('SAMSUNG-SGH-') != -1)
window.location.href="http://www.deradicalize.org/m";
else if(agent.indexOf('Sharp') != -1)
window.location.href="http://www.deradicalize.org/m";
else if(agent.indexOf('SIE-') != -1)
window.location.href="http://www.deradicalize.org/m";
else if(agent.indexOf('SonyEricsson') != -1)
window.location.href="http://www.deradicalize.org/m";
else if(agent.indexOf('NEC-') != -1)
window.location.href="http://www.deradicalize.org/m";
else if(agent.indexOf('Siemens') != -1)
window.location.href="http://www.deradicalize.org/m";
else if(agent.indexOf('LG') != -1)
window.location.href="http://www.deradicalize.org/m";
else if(agent.indexOf('Sony') != -1)
window.location.href="http://www.deradicalize.org/m"; 
else if(agent.indexOf('Verizon') != -1)
window.location.href="http://www.deradicalize.org/m";
else if(agent.indexOf('Cingular') != -1)
window.location.href="http://www.deradicalize.org/m";
else if(agent.indexOf('Sprint') != -1)
window.location.href="http://www.deradicalize.org/m";
else if(agent.indexOf('AT&T') != -1)
window.location.href="http://www.deradicalize.org/m";
else if(agent.indexOf('Nextel') != -1)
window.location.href="http://www.deradicalize.org/m";
else if(agent.indexOf('Palm') != -1)
window.location.href="http://www.deradicalize.org/m";
else if(agent.indexOf('Handspring') != -1)
window.location.href="http://www.deradicalize.org/m";
else if(agent.indexOf('HP') != -1)
window.location.href="http://www.deradicalize.org/m"; 
else if(agent.indexOf('Tungsten') != -1)
window.location.href="http://www.deradicalize.org/m";
else if(agent.indexOf('Treo') != -1)
window.location.href="http://www.deradicalize.org/m"; 
else if(agent.indexOf('T-Mobile') != -1)
window.location.href="http://www.deradicalize.org/m"; 
else if(agent.indexOf('Pocket PC') != -1)
window.location.href="http://www.deradicalize.org/m"; 
else if(agent.indexOf('Dell') != -1)
window.location.href="http://www.deradicalize.org/m";
else if(agent.indexOf('Compaq') != -1)
window.location.href="http://www.deradicalize.org/m"; 
else if(agent.indexOf('Erikson') != -1)
window.location.href="http://www.deradicalize.org/m"; 
else if(agent.indexOf('Orange') != -1)
window.location.href="http://www.deradicalize.org/m"; 
else if(agent.indexOf('Casio') != -1)
window.location.href="http://www.deradicalize.org/m";
else if(agent.indexOf('Symbol') != -1)
window.location.href="http://www.deradicalize.org/m"; 
else if(agent.indexOf('Symbian') != -1)
window.location.href="http://www.deradicalize.org/m";
else if(agent.indexOf('NEC') != -1)
window.location.href="http://www.deradicalize.org/m"; 
else if(agent.indexOf('Toshiba') != -1)
window.location.href="http://www.deradicalize.org/m";
else if(agent.indexOf('LG') != -1)
window.location.href="http://www.deradicalize.org/m"; 
else if(agent.indexOf('Blackberry') != -1)
window.location.href="http://www.deradicalize.org/m"; 
else if(agent.indexOf('Motorola') != -1)
window.location.href="http://www.deradicalize.org/m";
else if(agent.indexOf('Samsung') != -1)
window.location.href="http://www.deradicalize.org/m"; 
else if(agent.indexOf('HTC') != -1)
window.location.href="http://www.deradicalize.org/m"; 
else if(agent.indexOf('iphone') != -1)
window.location.href="http://www.deradicalize.org/m";
