var nowmonth = 3;     // Today's month
var nowday = 18;       // Today's day (of month).
var nowyear = 2010;   // Today's year.

var curmonth = 3;     // Month currently being displayed.
var curfirstdow = 1;  // Day of week (0=Sunday) of the 1st of current month.
var curnextdow = 4;   // Day of week (0=Sunday) of the 1st of next month.
var curyear = 2010;   // Year currently being displayed.
var curdim = 31;      // Days in current month.
var curfirstkolday = 90; // KoL day of year (1=Jarlsuary 1) of the 1st.
