addNamespace("SmartSurvey.WebControls");
SmartSurvey.WebControls.SurveyBox_class = Class.create();
SmartSurvey.WebControls.SurveyBox_class.prototype = (new AjaxPro.AjaxClass()).extend({
	SubmitSurvey: function() {
		return this.invoke("SubmitSurvey", {}, this.SubmitSurvey.getArguments().slice(0));
	},
	SetResumeTimer: function() {
		return this.invoke("SetResumeTimer", {}, this.SetResumeTimer.getArguments().slice(0));
	},
	initialize: function() {
		this.url = '/SmartSurvey/1.1/SS.WebAdmin/ajaxpro/SmartSurvey.WebControls.SurveyBox,SmartSurvey.WebControls.ashx';
	}
});
SmartSurvey.WebControls.SurveyBox = new SmartSurvey.WebControls.SurveyBox_class();

