ContactBase_class = function() {};
Object.extend(ContactBase_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	InsertFeedback: function(_fullname, _company, _address, _phone, _email, _content, _fax) {
		return this.invoke("InsertFeedback", {"_fullname":_fullname, "_company":_company, "_address":_address, "_phone":_phone, "_email":_email, "_content":_content, "_fax":_fax}, this.InsertFeedback.getArguments().slice(7));
	},
	url: '/ajaxpro/Digitvision.Portal.Marketing.ContactForm,Digitvision.Portal.Marketing.ashx'
}));
ContactBase = new ContactBase_class();

