var agent = navigator.userAgent;
if(agent.indexOf('Linux; U; Android ') != -1 || agent.indexOf('iPhone; U') != -1){
location.href = 'http://noize.tv/mobile/';
}
