Type.registerNamespace('RunLog.WebServices'); RunLog.WebServices.GoalService=new function() { this.appPath = "http://www.logarun.com//"; var cm=Sys.Net.ServiceMethod.createProxyMethod; cm(this,"GetGoals"); cm(this,"GetGoalTypes"); cm(this,"CommitGoal","id","dataValues","goalTypeId"); cm(this,"DeleteGoal","goalId"); }