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


// Common Locations
place.addLocation( 'HUF Executive Gym', 'locn=heg', true );

// Home Diamonds
var teamhome = new Array( 'Mississauga Majors 2010 Major Bantam AAA' );
teamhome.addTeamHome( 'Brampton Braves', 'Dave Dash' );
teamhome.addTeamHome( 'Brampton Royals', 'Dave Dash' );
teamhome.addTeamHome( 'Burlington Bulls_1', 'Ireland C' );
teamhome.addTeamHome( 'Burlington Bulls_2', 'Ireland C' );
teamhome.addTeamHome( 'Georgetown Eagles_1', 'Fairgrounds 1' );
teamhome.addTeamHome( 'Georgetown Eagles_2', 'Fairgrounds 1' );
teamhome.addTeamHome( 'Mississauga Majors', 'Martin Dobkin' );
teamhome.addTeamHome( 'Mississauga_North Bengals', 'Rivergrove 1' );
teamhome.addTeamHome( 'Mississauga_North Tigers', 'Rivergrove 1' );
teamhome.addTeamHome( 'Mississauga_Southwest Twins', 'Clarkson Park' );
teamhome.addTeamHome( 'Oakville A&rsquo;s', 'Oakville Park' );
teamhome.addTeamHome( 'Waterdown Wolves', 'Joe Sams 1' );

// 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( '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', [ 'the Oakville A&rsquo;s', 'the A&rsquo;s' ]  );
teamname.addTeamName( 'Waterdown Wolves', [ '-', 'Waterdown', 'the Wolves' ] );


