if(typeof (mobile)=="undefined"){var mobile={}
}mobile.DartWatcher=Class.create({_bannerWrapper:null,_options:null,showBanner:false,initialize:function(C,B){this._bannerWrapper=$(C);
this._options=Object.extend({nullHtmlElement:"table img[src*='http://pics.ebaystatic.com/aw/pics/de/mobile_de/1x1.gif'], table img[src*='http://pics.ebaystatic.com/aw/pics/de/mobile_de/default_2x2.GIF']",toggleAction:"display"},B);
if(this._bannerWrapper){var A=this._checkNullElement();
if(!A){if(this._options.toggleAction=="display"){this._bannerWrapper.setStyle({display:"block"})
}else{if(this._options.toggleAction=="visibility"){this._bannerWrapper.setStyle({visibility:"visible"})
}}this.showBanner=true
}else{this._bannerWrapper.hide()
}}},getBannerWrapper:function(){return this._bannerWrapper
},_checkNullElement:function(){var A=this._bannerWrapper.down(this._options.nullHtmlElement);
if(A){return true
}else{return false
}}});