if(typeof TyQuestionary_Index == "undefined") TyQuestionary_Index={};
TyQuestionary_Index_class = function() {};
Object.extend(TyQuestionary_Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetXMLData: function() {
		return this.invoke("GetXMLData", {}, this.GetXMLData.getArguments().slice(0));
	},
	PostXMLData: function(Index, _ip, QuestionIndex, Answer) {
		return this.invoke("PostXMLData", {"Index":Index, "_ip":_ip, "QuestionIndex":QuestionIndex, "Answer":Answer}, this.PostXMLData.getArguments().slice(4));
	},
	url: '/Questions/ajaxpro/TyQuestionary_Index,App_Web_lswi3oxm.ashx'
}));
TyQuestionary_Index = new TyQuestionary_Index_class();

