teams = new Array();

function newTeam(team, teamName, age, division, coach1, coach2, coach3, manager, role1, name1, role2, name2, role3, name3, coach1Contact, coach2Contact, coach3Contact, managerContact, contact1, contact2, contact3) {


	this.team = team;
	this.teamName = teamName;
	this.age  = age;
	this.division = division;
	this.coach1 = coach1;
	this.coach2 = coach2;
	this.coach3 = coach3;
	this.manager = manager;
	this.role1 = role1;
	this.name1 = name1;
	this.role2 = role2;
	this.name2 = name2;
	this.role3 = role3;
	this.name3 = name3;
	this.coach1Contact = coach1Contact
	this.coach2Contact = coach2Contact
	this.coach3Contact = coach3Contact
	this.managerContact = managerContact
	this.contact1 = contact1
	this.contact2 = contact2
	this.contact3 = contact3
	return this;
}
teams[teams.length] = new newTeam('7','Valpo Hockey 06-07','High School','other','TJ Lyons','Tim Crowley','Dan Bowker','Mark Howe','','','','','','','H: 548-1940<br>E: tjjr2060@aol.com','H: 465-6915<br>E: tcrowley1960@hotmail.com','H: 464-0516<br>C: 477-8707<br>E: dbssbowker@comcast.net','H: 395-8467','','','');