//	Configure Calendar - Copyright (C) 2009-2010 Charles A Upsdell, All Rights Reserved; www.upsdell.com
aModule.has( 'cal_config' );


// TEAM-SPECIFIC CONFIGURATION DATA
// Our Team
kal.ourTeam = 'Mississauga North Stars';
kal.ourSeason = 2009;
// Calendar Period
kal.period = [ 2009, 'Apr', 2010, 'Apr' ];
kal.periodSeason = kal.period;
// Season Record Data:
kal.games.estimatedGames = [ 0, 0 ];
kal.games.trophy1 = [ 3, '<img src="../../img/ico_gold.png" width="17" height="16" title="Winner%1 %0 time%1" alt=Winner %0 time%1" />' ];
kal.games.trophy2 = [ 3, '<img src="../../img/ico_silver.png" width="17" height="16" title="Finalist%1 %0 time%1" alt="Finalist %0 time%1" />' ];
kal.games.trophy3 = [ 3, '<img src="../../img/ico_bronze.png" width="17" height="16" title="Semifinalist%1 %0 time%1" alt="Semifinalist %0 time%1" />' ];
kal.games.trophy0 = [ 0, '<img src="../../img/ico_no_trophy_yet.png" width="17" height="16" alt=" " />' ];
// News Data
kal.news.period = [ 10, 10 ];
kal.coming.trailerHTML = '<p class="subnote screen">This lists upcoming events for the next ' + kal.news.period[1] + ' days.  For other events, see the <a href="calendar.htm#ThisMonth">calendar</a>.</p>';
kal.coming.seeSR = ' (see its tournament page for details)';
kal.news.unreportedDays = 3;




