function InitCurrentTime() { //var this.now = "03-14-2010 17:15"; this.now = "$strftime($time() + -18000,'%Y%m%d%H%M')"; 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); }