if(typeof xword_Ajax == "undefined") xword_Ajax={};
xword_Ajax.AjaxMethods_class = function() {};
Object.extend(xword_Ajax.AjaxMethods_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SubmitDetails: function(name, email, contactnumber, haveused, _checksum) {
		return this.invoke("SubmitDetails", {"name":name, "email":email, "contactnumber":contactnumber, "haveused":haveused, "_checksum":_checksum}, this.SubmitDetails.getArguments().slice(5));
	},
	CheckCrossword: function(crosswordData) {
		return this.invoke("CheckCrossword", {"crosswordData":crosswordData}, this.CheckCrossword.getArguments().slice(1));
	},
	Ping: function() {
		return this.invoke("Ping", {}, this.Ping.getArguments().slice(0));
	},
	PeoplePlaying: function() {
		return this.invoke("PeoplePlaying", {}, this.PeoplePlaying.getArguments().slice(0));
	},
	url: '/ajaxpro/xword_Ajax.AjaxMethods,App_Code.wf1ca2p8.ashx'
}));
xword_Ajax.AjaxMethods = new xword_Ajax.AjaxMethods_class();

