if(typeof Video360 == "undefined") Video360={};
if(typeof Video360.Web == "undefined") Video360.Web={};
if(typeof Video360.Web.Ajax == "undefined") Video360.Web.Ajax={};
Video360.Web.Ajax_class = function() {};
Object.extend(Video360.Web.Ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetMessage: function(id) {
		return this.invoke("GetMessage", {"id":id}, this.GetMessage.getArguments().slice(1));
	},
	url: '/ajaxpro/Video360.Web.Ajax,Video360.Web.ashx'
}));
Video360.Web.Ajax = new Video360.Web.Ajax_class();

