if(typeof ModelsInt == "undefined") ModelsInt={};
if(typeof ModelsInt.ContactPage == "undefined") ModelsInt.ContactPage={};
ModelsInt.ContactPage_class = function() {};
Object.extend(ModelsInt.ContactPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendMail: function(FullName, Email, TelNo, comment) {
		return this.invoke("SendMail", {"FullName":FullName, "Email":Email, "TelNo":TelNo, "comment":comment}, this.SendMail.getArguments().slice(4));
	},
	url: '/vbwrapper/ModelsInt.ContactPage,ModelsInt.ashx'
}));
ModelsInt.ContactPage = new ModelsInt.ContactPage_class();


