var AjaxMethod = { GetPhotoList:function(classname,callback,context){return new ajax_request(this.url + '?_method=GetPhotoList&_session=rw','classname=' + enc(classname),callback, context);}, GetPhotoInfo:function(id,callback,context){return new ajax_request(this.url + '?_method=GetPhotoInfo&_session=rw','id=' + enc(id),callback, context);}, url:'/ajax/zhongnan.common.AjaxMethod,zhongnan.ashx' }