UserControls_SurveyOnHome_class = function() {};
Object.extend(UserControls_SurveyOnHome_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetTime: function() {
		return this.invoke("GetTime", {}, this.GetTime.getArguments().slice(0));
	},
	GetSurveyList: function(surveyId) {
		return this.invoke("GetSurveyList", {"surveyId":surveyId}, this.GetSurveyList.getArguments().slice(1));
	},
	GetPreviousSurvey: function(surveyId) {
		return this.invoke("GetPreviousSurvey", {"surveyId":surveyId}, this.GetPreviousSurvey.getArguments().slice(1));
	},
	GetNextSurvey: function(surveyId) {
		return this.invoke("GetNextSurvey", {"surveyId":surveyId}, this.GetNextSurvey.getArguments().slice(1));
	},
	url: '/ajaxpro/UserControls_SurveyOnHome,App_Web_surveyonhome.ascx.6bb32623.ashx'
}));
UserControls_SurveyOnHome = new UserControls_SurveyOnHome_class();

