var SimpleSearchWithService = { Search:function(ServiceId,Keyword,MaxResult,callback,context){return new ajax_request(this.url + '?_method=Search&_session=rw','ServiceId=' + enc(ServiceId)+ '\r\nKeyword=' + enc(Keyword)+ '\r\nMaxResult=' + enc(MaxResult),callback, context);}, url:'/CMPortal/ajax/EasyPortal.Modules.StdModule.UserControls.SimpleSearchWithService,EasyPortalStdModule.ashx' }