function Profile()
{
	this.name = "";
	this.address = "";
	this.city = "";
	this.state = 0;
	this.zip = "";
	this.phoneType = 0;
	this.phone = "";
	this.email = "";
	this.list = false;
	this.elist = false;
	this.call = false;
}
