﻿//if(navigator.userAgent.match(/Opera/ig)) {
//location.replace("/erroryou/");
//}
if(navigator.userAgent.match(/Opera\s*8\./gim)) {
location.replace("/erroryou/");
}
if(navigator.userAgent.match(/msie\s*6\./gim)) || (navigator.userAgent.match(/msie\s*7\./gim)) {
location.replace("/erroryou/");
}
if(navigator.userAgent.match(/Safari\/[2]\.0/)) {
location.replace("/erroryou/");
}
if(navigator.userAgent.match(/Firefox\/[2]\.0/)) {
location.replace("/erroryou/")
}
if(navigator.userAgent.match(/Chrome\s*3\./gim)) {
location.replace("/erroryou/");
}
