var ancho = screen.width;
var name = navigator.appName;

plugin = navigator.plugins["Flash"]?false:true;

var br = name.indexOf("Microsoft")?false:true;

if (!br) {
var check = 1;
}
else if (br) {
var check = 2;
}


function activar(){

if(plugin){
if((check==2) && (ancho==800)){ self.location.href="http://www.oneworldny.com/one";}
if((check==1) && (ancho==800)){ self.location.href="http://www.oneworldny.com/one";}
if((check==2) && (ancho>800)){ self.location.href="http://www.oneworldny.com/_One";}
if((check==1) && (ancho>800)){ self.location.href="http://www.oneworldny.com/_One";}

else if((ancho<800)){ alert('this website does not support this resolution!');}
}
if(!plugin){ alert('You need Flash 5 Plugin to enter OneWorldNy.com!  Click OK and be patient as you will be promptly redirected to a download site!'); top.location.href = 'http://download.cnet.com/downloads/0-10068-100-3165174.html?tag=st.dl.10001-103-1.lst-7-3.3165174';}
}
