﻿
if (
navigator.userAgent.match(/SAMSUNG/i) || 
navigator.userAgent.match(/NOKIA/i) || 
navigator.userAgent.match(/MOTOROLA/i) || 
navigator.userAgent.match(/HITACHI/i) || 
navigator.userAgent.match(/LG/i) || 
navigator.userAgent.match(/SANYO/i) || 
navigator.userAgent.match(/TOSHIBA/i) || 
navigator.userAgent.match(/AUDIOVOX/i) || 
navigator.userAgent.match(/SONY/i) || 
navigator.userAgent.match(/PALM/i) || 
navigator.userAgent.match(/IPHONE/i) || 
navigator.userAgent.match(/BLACKBERRY/i) || 
navigator.userAgent.match(/HPIPAQ/i) || 
navigator.userAgent.match(/SMARTPHONE/i) || 
navigator.userAgent.match(/DANGER/i) || 
navigator.userAgent.match(/MOT/i) || 
navigator.userAgent.match(/KWC/i) || 
navigator.userAgent.match(/SEC/i) || 
navigator.userAgent.match(/ALCATEL/i) || 
navigator.userAgent.match(/PHILIPS/i) || 
navigator.userAgent.match(/BENQ/i) || 
navigator.userAgent.match(/HUAWEI/i) || 
navigator.userAgent.match(/OPENWAVE/i) || 
navigator.userAgent.match(/BLAZER/i) || 
navigator.userAgent.match(/NETFRONT/i) || 
navigator.userAgent.match(/OBIGO/i) || 
navigator.userAgent.match(/MINI/i) || 
navigator.userAgent.match(/MOBILE/i) || 
navigator.userAgent.match(/TELECA/i) || 
navigator.userAgent.match(/WINDOWS CE/i) || 
navigator.userAgent.match(/HTC/i) || 
navigator.userAgent.match(/UTSTARCOM/i) || 
navigator.userAgent.match(/OPERA MINI/i) || 
navigator.userAgent.match(/WEBOS/i) || 
navigator.userAgent.match(/ANDROID/i) || 
navigator.userAgent.match(/IEMOBILE/i) || 
navigator.userAgent.match(/PANTECH/i) || 
navigator.userAgent.match(/IPOD/i) || 
navigator.userAgent.match(/IPAD/i)) {
    location.replace("http://m.evanescence.com");
} 
