if(typeof SitecoreWebsite == "undefined") SitecoreWebsite={};
SitecoreWebsite.SOLI_Input_Form_Layout_class = function() {};
Object.extend(SitecoreWebsite.SOLI_Input_Form_Layout_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ValidateFormData: function(StringValues) {
		return this.invoke("ValidateFormData", {"StringValues":StringValues}, this.ValidateFormData.getArguments().slice(1));
	},
	url: '/ajaxpro/SitecoreWebsite.SOLI_Input_Form_Layout,SitecoreWebsite.ashx'
}));
SitecoreWebsite.SOLI_Input_Form_Layout = new SitecoreWebsite.SOLI_Input_Form_Layout_class();


