var nowmonth = 2;     // Today's month
var nowday = 5;       // Today's day (of month).
var nowyear = 2012;   // Today's year.

var curmonth = 2;     // Month currently being displayed.
var curfirstdow = 3;  // 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 = 2012;   // Year currently being displayed.
var curdim = 29;      // Days in current month.
var curfirstkolday = 24; // KoL day of year (1=Jarlsuary 1) of the 1st.

