if(typeof Camberford_Law == "undefined") Camberford_Law={};
if(typeof Camberford_Law.Web == "undefined") Camberford_Law.Web={};
if(typeof Camberford_Law.Web.UI == "undefined") Camberford_Law.Web.UI={};
if(typeof Camberford_Law.Web.UI.UserControls == "undefined") Camberford_Law.Web.UI.UserControls={};
Camberford_Law.Web.UI.UserControls.ContactForm_class = function() {};
Object.extend(Camberford_Law.Web.UI.UserControls.ContactForm_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SaveContactFormDetails: function(name, company, businessdescription, address, postcode, email, telephone, besttime, renewaldate) {
		return this.invoke("SaveContactFormDetails", {"name":name, "company":company, "businessdescription":businessdescription, "address":address, "postcode":postcode, "email":email, "telephone":telephone, "besttime":besttime, "renewaldate":renewaldate}, this.SaveContactFormDetails.getArguments().slice(9));
	},
	url: '/ajaxpro/Camberford_Law.Web.UI.UserControls.ContactForm,Camberford_Law.ashx'
}));
Camberford_Law.Web.UI.UserControls.ContactForm = new Camberford_Law.Web.UI.UserControls.ContactForm_class();

