var MZ=(function(){var a=10;var b={extend:function(d,c){for(key in c){d[key]=c[key]
}return d},formatNumber:function(g,e,h,d){var l=Math.round(g*Math.pow(10,e));
var k=(""+Math.abs(l)).split("");var j=k.length-e;if(j<0){j--
}for(var f=j;f<0;f++){k.unshift("0")}k.splice(j,0,d);
if(k[0]==d){k.unshift("0")}while(j>3){j-=3;k.splice(j,0,h)
}var c=k.join("");return c},currentTime:function(){if(!MZ.clientTimeForServerTime){var c=MZ.getInputValue("clientTimeForServerTime");
if(c){MZ.clientTimeForServerTime=parseInt(c)}else{MZ.setInputValue("clientTimeForServerTime",MZ.clientTime);
MZ.clientTimeForServerTime=MZ.clientTime}}return Math.round(MZ.serverTime-MZ.clientTimeForServerTime+(new Date().getTime()/1000))
},stackTrace:function(){var m=[];var f=false;try{g.dont.exist+=0
}catch(j){if(j.stack){var n=j.stack.split("\n");for(var g=0,h=n.length;
g<h;g++){if(n[g].match(/^\s*[A-Za-z0-9\-_\$]+\(/)){m.push(n[g])
}}m.shift();f=true}else{if(window.opera&&j.message){var n=j.message.split("\n");
for(var g=0,h=n.length;g<h;g++){if(n[g].match(/^\s*[A-Za-z0-9\-_\$]+\(/)){var l=n[g];
if(n[g+1]){l+=" at "+n[g+1];g++}m.push(l)}}m.shift();
f=true}}}if(!f){var d=arguments.callee.caller;while(d){var k=d.toString();
var c=k.substring(k.indexOf("function")+8,k.indexOf(""))||"anonymous";
m.push(c);d=d.caller}}return m.join("\n")},dumpObject:function(i,f,c,j){if(!f){f=""
}if(!c){c=""}if(!j){j=0}if(j>a){return c+f+": <Maximum Depth Reached>\n"
}if(typeof i=="object"){var k=null;var d=c+f+"\n";c+="\t";
for(var g in i){try{k=i[g]}catch(h){k="<Unable to Evaluate>"
}if(typeof k=="object"){d+=this.dumpObject(k,g,c,j+1)
}else{d+=c+g+": "+k+"\n"}}return d}else{return i}}};
return b})();
