// Monthly messages on calendar
// format:
//AddMsgBox(yyyymm,"msg",3); the 3 says use 3 adjacent cells, a 7 hids the message
//AddMsgBox(yyyymm,"msg");
//AddMsgBox(yyyymm,"msg");




AddMsgBox(201101,"It's January and we have moved to our new offices",1); // long - always appears before/after 1st/last of month
AddMsgBox(201101,"Call to confirm course dates and register: (905) 855-3000",1); // short - appears is month has space
AddMsgBox(201101,"Jan msg");

AddMsgBox(201002,"(905) 855-3000 1",1);
AddMsgBox(201002,"(905) 855-3000 2"),1;
AddMsgBox(201002,"(905) 855-3000 3");

AddMsgBox(201004,"(905) 855-3000 1",1);
AddMsgBox(201004,"(905) 855-3000 2"),1;
AddMsgBox(201004,"(905) 855-3000 3");

AddMsgBox(201005,"(905) 855-3000 1",1);
AddMsgBox(201005,"(905) 855-3000 2"),1;
AddMsgBox(201005,"(905) 855-3000 3");

