AnyBrowser=function(){
this.engine={gecko:false}
this.init=function(){
try{
this.engine.gecko=navigator.userAgent.indexOf("Gecko")>-1
}catch(e){}
}
this.init()
}