(function(a){var e="throbber_element",b="throbber_timeout",d=".throbber",c={ajax:true,delay:0,image:"throbber.gif",parent:"",wrap:""};a("body").ajaxStop(function(){_throbberHide(a(".throbber_ajax"))});_throbberShow=function(c,f){var g;if(c.parent){f=null;g=a(c.parent)}else g=f?f.parent():a("body");if(g.find(d).length==0){window.clearTimeout(g.data(b));g.data(b,window.setTimeout(function(){var b=a('<img src="'+c.image+'" class="throbber" />');c.ajax&&b.addClass("throbber_ajax");if(f){b.data(e,f);f.hide().after(b)}else g.children().hide().end().append(b);c.wrap!=""&&b.wrap(c.wrap)},c.delay))}};_throbberHide=function(c){c.each(function(){var c=a(this),d=c.data(e);if(d)d.show();else c.siblings().show();window.clearTimeout(c.parent().data(b));c.remove()})};a.fn.throbber=function(d,b){var e="undefined";if(typeof d==e){d="click";b={}}else if(typeof d=="object"){b=d;d="click"}else if(typeof b==e)b={};b=a.extend({},c,b);a(this).each(function(){var c=a(this);c.bind(d,function(){_throbberShow(b,c)})});return a(this)};a.throbberShow=function(b){b=a.extend({},c,b);_throbberShow(b,null);return a};a.throbberHide=function(){_throbberHide(a(d));return a}})(jQuery)
