ContactUs_class = function() {};
Object.extend(ContactUs_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SubmitForm: function(strFullName, strEmailAddress, strPhoneNumber, strMessage) {
		return this.invoke("SubmitForm", {"strFullName":strFullName, "strEmailAddress":strEmailAddress, "strPhoneNumber":strPhoneNumber, "strMessage":strMessage}, this.SubmitForm.getArguments().slice(4));
	},
	url: '/ajaxpro/ContactUs,App_Web_contactus.aspx.cdcab7d2.ashx'
}));
ContactUs = new ContactUs_class();

