(function(A){A().ajaxSend(function(B,D,C){D.setRequestHeader("Accept","text/javascript, text/html, application/xml, text/xml, */*")})})(jQuery);(function(A){A.extend({fieldEvent:function(B,E){var D=B[0]||B,C="change";if(D.type=="radio"||D.type=="checkbox"){C="click"}else{if(E&&D.type=="text"||D.type=="textarea"){C="keyup"}}return C}});A.fn.extend({delayedObserver:function(B,E){var C=A(this);if(typeof window.delayedObserverStack=="undefined"){window.delayedObserverStack=[]}if(typeof window.delayedObserverCallback=="undefined"){window.delayedObserverCallback=function(F){observed=window.delayedObserverStack[F];if(observed.timer){clearTimeout(observed.timer)}observed.timer=setTimeout(function(){observed.timer=null;observed.callback(observed.obj,observed.obj.formVal())},observed.delay*1000);observed.oldVal=observed.obj.formVal()}}window.delayedObserverStack.push({obj:C,timer:null,delay:B,oldVal:C.formVal(),callback:E});var D=window.delayedObserverStack.length-1;if(C[0].tagName=="FORM"){A(":input",C).each(function(){var F=A(this);F.bind(A.fieldEvent(F,B),function(){observed=window.delayedObserverStack[D];if(observed.obj.formVal()==observed.obj.oldVal){return }else{window.delayedObserverCallback(D)}})})}else{C.bind(A.fieldEvent(C,B),function(){observed=window.delayedObserverStack[D];if(observed.obj.formVal()==observed.obj.oldVal){return }else{window.delayedObserverCallback(D)}})}},formVal:function(){var B=this[0];if(B.tagName=="FORM"){return this.serialize()}if(B.type=="checkbox"||self.type=="radio"){return this.filter("input:checked").val()||""}else{return this.val()}}})})(jQuery);(function(A){A.fn.fadeToggle=function(B,D,C){return this.animate({opacity:"toggle"},B,D,C)};A.fn.extend({visualEffect:function(B){return this.effect(B)},Appear:function(B,C){return this.fadeIn(B,C)},BlindDown:function(B,C){this.show("blind",{direction:"vertical"},B,C);return this},BlindUp:function(B,C){this.hide("blind",{direction:"vertical"},B,C);return this},BlindRight:function(B,C){this.show("blind",{direction:"horizontal"},B,C);return this},BlindLeft:function(B,C){this.hide("blind",{direction:"horizontal"},B,C);return this},DropOut:function(B,C){this.hide("drop",{direction:"down"},B,C);return this},DropIn:function(B,C){this.show("drop",{direction:"up"},B,C);return this},Fade:function(B,C){return this.fadeOut(B,C)},Fold:function(B,C){this.hide("fold",{},B,C);return this},FoldOut:function(B,C){this.show("fold",{},B,C);return this},Grow:function(B,C){this.show("scale",{},B,C);return this},Highlight:function(B,C){this.show("highlight",{},B,C);return this},Puff:function(B,C){this.hide("puff",{},B,C);return this},Pulsate:function(B,C){this.show("pulsate",{},B,C);return this},Shake:function(B,C){this.show("shake",{},B,C);return this},Shrink:function(B,C){this.hide("scale",{},B,C);return this},Squish:function(B,C){this.hide("scale",{origin:["top","left"]},B,C);return this},SlideUp:function(B,C){this.hide("slide",{direction:"up"},B,C);return this},SlideDown:function(B,C){this.show("slide",{direction:"up"},B,C);return this},SwitchOff:function(B,C){this.hide("clip",{},B,C);return this},SwitchOn:function(B,C){this.show("clip",{},B,C);return this}})})(jQuery);