//	Info Just for Our Team - Copyright (C) 2009-2010 Charles A Upsdell, All Rights Reserved; www.upsdell.com


// Common Locations

var teamhome = new cTable( 'Mississauga North Stars Atom' );

// Team Nicknames
var teamname = new cTable();
teamname.addTeamName(  'Duffield Devils', ['', 'the Devils'], 'Devils' );
teamname.addTeamName(  'Humber Valley Sharks', ['', 'the Sharks'], 'Sharks' );
teamname.addTeamName(  'Humberview Huskies', ['', 'the Huskies'], 'Huskies');
teamname.addTeamName(  'Mississauga Braves', ['', 'the Braves'], 'Braves' );
teamname.addTeamName(  'Mississauga Hornets', ['', 'the Hornets'], 'Hornets' );
teamname.addTeamName(  'Mississauga Jets', ['', 'the Jets'], 'Jets' );
teamname.addTeamName(  'Mississauga North_Stars', ['', 'the North_Stars'] );
teamname.addTeamName(  'Mississauga Terriers', ['', 'the Terriers'], 'Terriers' );
teamname.addTeamName(  'Streetsville Tigers', ['', 'the Tigers'], 'Tigers' );
teamname.addTeamName(  'Toronto Eagles', ['', 'the Eagles'], 'Eagles' );
teamname.addTeamName(  'Toronto Royals', ['', 'the Royals'], 'Royals' );
teamname.addTeamName(  'Vaughn Panthers', ['', 'the Panthers'], 'Panthers' );
teamname.addTeamName(  'Vaughn Rangers', ['', 'the Rangers'], 'Rangers' );
teamname.addTeamName(  'West Mall Lightning', ['', 'the Lightning'], 'Lightning' );


