var GoodCorners;(function(){var c={gecko:{topleft:"-moz-border-radius-topleft",topright:"-moz-border-radius-topright",bottomleft:"-moz-border-radius-bottomleft",bottomright:"-moz-border-radius-bottomright",radius:"-moz-border-radius"},webkit:{topleft:"-webkit-border-top-left-radius",topright:"-webkit-border-top-right-radius",bottomleft:"-webkit-border-bottom-left-radius",bottomright:"-webkit-border-bottom-right-radius",radius:"-webkit-border-radius"}},b=null,d=Browser.Engine,a=new Hash({radius:"10px",selector:".gc",cornered:"good-cornered"});if(d.webkit){b="webkit"}if(d.gecko){b="gecko"}GoodCorners={options:function(e){a.extend(e);return this},round:function(e,f){if(b==null){return false}f=new Hash(f||{radius:a.radius});f.each(function(h,g,i){if($defined(c[b][g])==false){return}f.set(c[b][g],h);f.erase(g)});$$(e||a.selector).setStyles(f.getClean()).addClass(a.cornered);return true}}})();

