// For each month, list the event followed by the date with commas between each item
// Like this: "","", becomes "Event name","Date of event",
// Maximum of 8 items per month

JanData = new Array ("","",
                     "","",
                     "","",
                     "","",
                     "","",
                     "","",
                     "","",
                     "","")

FebData = new Array ("Committee Meeting","Feb 9th 8:00pm",
                     "","",
                     "","",
                     "","",
                     "","",
                     "","",
                     "","",
                     "","")

MarData = new Array ("Wasabi at Dizzy's","Mar 10th 8:00pm",
                   "Laburnum P.S. fete","Mar 14th 1pm",
                   "","",
                    "","",
                    "","",
                    "","")

AprData = new Array ("Nationals","Easter",
                    "","",
                     "","",
                     "","",
                     " ","",
                     "","",
                     "","")

MayData = new Array ("","",
                     "","",
                     "","",
                     "","",
                     "","",
                     "","",
                     "","",
                     "","")

JunData = new Array ("","",
                     "","",
                     "","",
                     "","",
                     "","",
                     "","",
                     "","",
                     "","")

JulData = new Array ("Stage bands at Stage Band Championships","18th July",
                     "","",
                     "","",
                     "","",
                     "","")

AugData = new Array ("State Championships - Ballarat","23rd August",
                     "","",
                     "","",
                     "","",
                     "","",
                     "","",
                     "","",
                     "","")

SepData = new Array ("120th Anniversary Celebrations","20th September",
                     "","",
                     "","",
                     "","",
                     "","",
                     "","",
                     "","",
                     "","")

OctData = new Array ("","",
                     "","",
                     "","",
                     "","",
                     "","",
                     "","")

NovData = new Array ("Springvale War Cemetry","8 Nov",
                     "Plan B at Dizzies","TBA",
                     "","")

DecData = new Array ("Box Hill RSL Carols","16th Dec",
                      "Woodhouse Grove","21st Dec",
                     "","",
                     "","",
                     "","",
                     "","")

