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