//all entries need to be made in the following format
//["Priority", "Month", "Day", "Year"],
//Priority 1=Red background  --  0=cream background
events = new Array(
	["0",	"6",	"16",	"2010"],
	["0",	"6",	"26",	"2010"],
	["0",   "6",    "20",   "2010"],
        ["0",   "6",    "21",   "2010"],
        ["0",   "6",    "22",   "2010"],
        ["0",   "7",    "5",    "2010"],
        ["0",   "7",    "6",    "2010"],
        ["0",   "7",    "7",    "2010"],
        ["0",   "7",    "9",    "2010"],
        ["1",   "7",    "10",   "2010"],
        ["0",   "7",    "11",   "2010"],
	["0",	"7",	"24",	"2010"]
// Please omit the final comma after the ] from the last line above unless you are going to add another event at this time.
);




