Type.registerNamespace('Hoozone.Web.WebService'); Hoozone.Web.WebService.Visitor = { path: "/WebService/Visitor.asmx", LoadVisitors:function(portalID,count,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "LoadVisitors",{portalID:portalID,count:count}, onMethodComplete, onMethodTimeout); } }