// Browser Detect and redirect to new websites

if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/deviceBB/i)) || (navigator.userAgent.match(/Android/i)) || (navigator.userAgent.match(/Blackberry/i)) || (navigator.userAgent.match(/BlackBerry/i)) || (navigator.userAgent.match(/iPad/i)))
{location.href='index_mobile.html';}