//  meetingDate.js

// this sources 
//   1. the city homepage notice ~/index.htm
//   2. agendmin/futureAgendas.html

// enter numbers as integers.  They will be converted to leading-zero strings where needed
//
var meetingMonth = 3;
var meetingDay   = 15;
var meetingYear  = 2010;
