
















function InitCurrentTime(){

this.now = "201202130008";

this.rawTime = this.now;
if(this.now.indexOf("esi") > -1) {this.now = "201001111742"; }//var this.now = "01-11-2010 17:59";
this.now = (this.now.indexOf('-')> -1) ? this.now.replace(/-/g,'/') : this.now.substring(0,4)+'/'+this.now.substring(4,6)+'/'+this.now.substring(6,8)+' '+this.now.substring(8,10)+':'+this.now.substring(10,12);
}


