//	Info Just for Our Team - Copyright (C) 2007-2009 Charles A Upsdell, All Rights Reserved; www.upsdell.com


// Common Locations
place.addLocation( 'Carmen Bush', '<a href="http://maps.google.ca/maps/ms?ie=UTF8&amp;hl=en&amp;t=h&amp;msa=0&amp;msid=113222372320316374091.000470f9ae5842a2eb2a3&amp;ll=43.679713,-79.560843&amp;spn=0.011173,0.013626&amp;z=16">', true );
place.addLocation( 'Camilla Road Senior Public School', 'locn=crps', true );
place.addLocation( 'Fallingbrook', 'locn=fb', true );
place.addLocation( 'Millcroft', 'A', 'locn=bmca', 'B', 'locn=bmcb', 'C', 'locn=bmcc' );

// Home Diamonds
var teamhome = new cTable( 'Mississauga Majors 2009 Minor Bantam AAA' );
teamhome.addTeamHome( 'Brampton Braves', 'Flower City Community Campus' );
teamhome.addTeamHome( 'Brampton Royals', 'Flower City Community Campus' );
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', 'Waterworks' );
teamhome.addTeamHome( 'Mississauga_North Bengals', 'Rivergrove 1' );
teamhome.addTeamHome( 'Mississauga_North Tigers', 'Rivergrove 1' );
teamhome.addTeamHome( 'Mississauga_Southwest Twins', 'Ninth Line' );
teamhome.addTeamHome( 'Oakville A&rsquo;s_1', 'Riveroaks South' );
teamhome.addTeamHome( 'Oakville A&rsquo;s_2', 'Riveroaks South' );
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 1', [ 'the Oakville A&rsquo;s/1', 'the A&rsquo;s/1' ]  );
teamname.addTeamName( 'Oakville A&rsquo;s 2', [ 'the Oakville A&rsquo;s/2', 'the A&rsquo;s/2' ]  );
teamname.addTeamName( 'Waterdown Wolves', [ '-', 'Waterdown', 'the Wolves' ] );

