function FlightStatsGoogleMapLogoControl(aa){this.offset=aa;}
FlightStatsGoogleMapLogoControl.prototype=new GControl(true);FlightStatsGoogleMapLogoControl.prototype.initialize=function(ba){var ca=document.createElement('div');ca.innerHTML='<img style="cursor:pointer" src="//dem5xqcn61lj8.cloudfront.net/Widgets/images/flightstats_logo_widget.gif" width="100" height="22" border=0>';ca.style.width='100px';ca.style.height='22px';GEvent.addDomListener(ca,"click",function(){document.location="http://www.flightstats.com";});ba.getContainer().appendChild(ca);return ca;}
FlightStatsGoogleMapLogoControl.prototype.getDefaultPosition=function(){return new GControlPosition(G_ANCHOR_BOTTOM_LEFT,new GSize(this.offset,5));}
