function Profile(){
	this.listed="no";this.firstName="";this.lastName="";this.name="";
	this.address="";this.city="";this.stateIndex=0;this.state="";
	this.zip="";this.phone="";this.phoneTypeIndex=0;this.phoneType="Home";
	this.call="yes";this.timeCall="";this.timeCallIndex=0;this.email="";
	this.cardType="";this.cardTypeIndex=0;this.cardHolder="";this.cardNumber="";
	this.cardExp="";this.cardExpMonth="";this.cardExpMonthIndex=0;this.cardExpYear="";
	this.cardPIN="";
}
