// This is called just for Canadian races to call jsRaceInitAll because in the US site is done by manageSmallAds

window.onload = initAll;

function initAll() {
	 if (window.date != undefined && date != '')
	   checkDate();		// this is in races.php to look for changes to the date via the calendar
  if (raceID>0)
 	  jsRaceInitAll();
 }
