Type.registerNamespace('RealityDigital.OpusWeb'); RealityDigital.OpusWeb.ContactService=new function() { this.appPath = "http://flashovertv.firerescue1.com//"; var cm=Sys.Net.ServiceMethod.createProxyMethod; cm(this,"Contact","name","email","subject","comments","key"); cm(this,"SendClipMessage","to","from","cc","subject","message","assetid","loginid","messageFormat"); cm(this,"SendNotifyMessage","AssetID","LoginID","CommentText"); }