function dateslib_LF61301(V61301){var V61302;V61302=parseInt((Date.UTC(V61301.getYear(),V61301.getMonth(),V61301.getDate()).valueOf()-Date.UTC(this.getYear(),this.getMonth(),this.getDate()).valueOf())/(1000 * 3600 * 24));return V61302;}Date.prototype.LF61301=dateslib_LF61301;function dateslib_LF61302(V61303){var ThLF61304AsMs,V61301;ThLF61304AsMs=this.valueOf();V61301=V61303 * 24 * 3600 * 1000;ThLF61304AsMs += V61301;this.setTime(ThLF61304AsMs);}Date.prototype.LF61302=dateslib_LF61302;function dateslib_LF61303(V61301){var V61302,V61303,V61304;var Months=new Array("jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec");V61302=this.getMonth();V61303=this.getDate();V61304=this.getYear();if (V61304 < 300) V61304 += 1900;return (V61303.toString() + " " + Months[V61302] + " " + V61304.toString());}Date.prototype.LF61303=dateslib_LF61303;function dateslib_LF61304(){var V61305;V61305=Date.parse(this);return ((isNaN(V61305)==true)?false:true);}String.prototype.LF61304=dateslib_LF61304;function dateslib_LF61305() {var V61301=new Date();var V61305;V61305=Date.parse(this);if (isNaN(V61305)){}else{V61301.setTime(V61305);}return V61301;}String.prototype.LF61305=dateslib_LF61305;function dateslib_LF61306(){if (this.length==0){ return false; }var V61301=new String();var V61305=Date.parse(this);if (isNaN(V61305)) {V61301="20 oct 1999 " + this;V61305=Date.parse(V61301);if (isNaN(V61305)) {return false;}else {return true;}}else {if (V61305 > 24 * 3600 * 1000){return false;}return true;}}String.prototype.LF61306=dateslib_LF61306;function dateslib_LF61307(){var V61301;if (!this.LF61306()){V61301=parseInt(this);if (isNaN(V61301)){return false;}return true;}return true;}String.prototype.LF61307=dateslib_LF61307;function dateslib_LF61303XZ23(){var V61301;var V61302,V61303;if (!this.LF61307()){return "00:00";}if (this.indexOf(":")>=0){return this.valueOf();}V61302=Math.floor(parseInt(this) / 60);V61303=parseInt(this) - V61302 * 60;V61301=((V61302 < 10)?"0":"") + V61302.toString() + ":";V61301 += ((V61303 < 10)?"0":"") + V61303.toString();return V61301;}String.prototype.LF61303XZ23=dateslib_LF61303XZ23;function dateslib_LF61315(){var V61301;V61301 = this.getYear();if (V61301<300) {V61301 += 1900;}return V61301;}Date.prototype.LF61315 = dateslib_LF61315;function dateslib_LF61316(){var V61301, V61302;V61301=this.getYear();if(V61301<300){V61301 +=1900;}V61302=this.getMonth()+1;if((V61301.toString()+"/"+V61302.toString()+"/31").LF61305().getDate()==31){return 31;}else if((V61301.toString()+"/"+V61302.toString()+"/30").LF61305().getDate()==30){return 30;}else if((V61301.toString()+"/"+V61302.toString()+"/29").LF61305().getDate()==29){return 29;}else if((V61301.toString()+"/"+V61302.toString()+"/28").LF61305().getDate()==28){return 28;}return 0;}Date.prototype.LF61316 = dateslib_LF61316;