//case OctoberNovemberDecemberJanuaryFebruary
var month = '2'; // 1 through 12 or '*' within the next month, '0' for the current month
var day = '28'; // day of month or + day offset (2)
var dow = 0; // day of week sun=1 sat=7 or 0 for whatever day it falls on
var hour = 23; // 0 through 23 for the hour of the day
var min = 59; // 0 through 59 for minutes after the hour
var tz = +1; // offset in hours from UTC to your timezone
var lab = 'cd'; // id of the entry on the page where the counter is to be inserted