function atLeast(n){var t=new Date;return{reset:function(){t=new Date},trigger:function(i){var u=new Date,r=n-(u.getTime()-t.getTime());r=r<0?0:r;window.setTimeout(i,r)}}}typeof String.prototype.trim!="function"&&(String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")});jQuery.fn.extend({formatCurrencyEml:function(n){n=$.extend({negativeFormat:"-%s%n"},n);this.formatCurrency(n)}});$.fn.serializeObject=function(){var n={},t=this.serializeArray();return $.each(t,function(){n[this.name]!==undefined?(n[this.name].push||(n[this.name]=[n[this.name]]),n[this.name].push(this.value||"")):n[this.name]=this.value||""}),n}