var ZHISHI=window.ZHISHI||{};ZHISHI.decodeURL=function(_){if(_.charAt(0).toLowerCase()=="s")_=_.substring(1);var $=_.indexOf("&amp;");if($>=0)_=_.substring(0,$)+"&"+_.substring($+5);return _};ZHISHI.getXmlHttp=function(){var _;try{_=new ActiveXObject("Msxml2.XMLHTTP")}catch(A){try{_=new ActiveXObject("Microsoft.XMLHTTP")}catch($){_=false}}if(!_&&typeof XMLHttpRequest!="undefined"){try{_=new XMLHttpRequest()}catch(A){_=false}}if(!_&&window.createRequest){try{_=window.createRequest()}catch(A){_=false}}return _};ZHISHI.namespace=function($){if(!$||!$.length)return null;var B=$.split("."),_=ZHISHI;for(var A=(B[0]=="ZHISHI")?1:0;A<B.length;++A){_[B[A]]=_[B[A]]||{};_=_[B[A]]}return _};ZHISHI.extend=function(_,A){var $=function(){};$.prototype=A.prototype;_.prototype=new $();_.prototype.constructor=_;_.superclass=A.prototype;if(A.prototype.constructor==Object.prototype.constructor)A.prototype.constructor=A};ZHISHI.namespace("util")