var ContactForm = function() {
	this.name;
	this.email;
	this.city;
	this.phone;
	this.question;
}