//	Info Just for Our Team - Copyright (C) 2007-2010 Charles A Upsdell, All Rights Reserved; www.upsdell.com


// Common Locations
place.addLocation( 'Memorial Park', 'locn=smp' );

// Home Diamonds
var teamhome = new Array( 'Mississauga Majors 2010 Minor Peewee AAA' );
teamhome.addTeamHome( 'Brampton Braves', 'Sesquicentennial 2' );
teamhome.addTeamHome( 'Brampton Royals', 'Sesquicentennial 1' );
teamhome.addTeamHome( 'Burlington Bulls_1', 'Ireland A' );
teamhome.addTeamHome( 'Burlington Bulls_2', 'Ireland A' );
teamhome.addTeamHome( 'Georgetown Eagles_1', 'Trafalgar Sports Park' );
teamhome.addTeamHome( 'Georgetown Eagles_2', 'Fairgrounds 2' );
teamhome.addTeamHome( 'Milton Red_Sox', 'TBA' );
teamhome.addTeamHome( 'Mississauga Majors', 'Waterworks' );
teamhome.addTeamHome( 'Mississauga_North Bengals', 'Rivergrove 3' );
teamhome.addTeamHome( 'Mississauga_North Tigers', 'Rivergrove 3' );
teamhome.addTeamHome( 'Mississauga_Southwest Twins', 'Tom Chater West' );
teamhome.addTeamHome( 'Oakville A&rsquo;s_1', 'West Oak Trails' );
teamhome.addTeamHome( 'Oakville A&rsquo;s_2', 'West Oak Trails' );

// Team Nicknames
var teamname = new cTable();
teamname.addTeamName( 'Brampton Braves', [ '-', 'the Braves' ] );
teamname.addTeamName( 'Brampton Royals', [ '-', 'the Royals' ] );
teamname.addTeamName( 'Burlington Bulls 1', [ 'the Burlington Bulls/1', 'the Bulls/1' ]  );
teamname.addTeamName( 'Burlington Bulls 2', [ 'the Burlington Bulls/2', 'the Bulls/2' ] );
teamname.addTeamName( 'Georgetown Eagles 1', [ 'the Georgetown Eagles/1', 'the Eagles/1' ] );
teamname.addTeamName( 'Georgetown Eagles 2', [ 'the Georgetown Eagles/2', 'the Eagles/2' ] );
teamname.addTeamName( 'Milton Red Sox', [ '-', 'Milton', 'the Red Sox', 'the Sox' ] );
teamname.addTeamName( 'Mississauga North Bengals', [ '-', 'the Bengals' ] );
teamname.addTeamName( 'Mississauga North Tigers', [ '-', 'the Tigers' ] );
teamname.addTeamName( 'Mississauga Southwest Twins', [ '-', 'Mississauga Southwest', 'the Twins' ] );
teamname.addTeamName( 'Oakville A&rsquo;s 1', [ 'the Oakville A&rsquo;s', 'the A&rsquo;s' ]  );
teamname.addTeamName( 'Oakville A&rsquo;s 2', [ 'the Oakville A&rsquo;s', 'the A&rsquo;s' ]  );


