// SubCal.js - JSON store of the Calendar of SubGenius Holy Days

var subCal = {
	"January" : [
		"St Jesus Christ (Feast of the Human Sacrifice)",
		"Failure of Will Day",
		"St. Ray Harryhausen",
		"St. Charles Darwin",
		"St. Ludwig II",
		"St. William McGonagall",
		"St. Russ Meyers",
		"St. Jimi Hendrix",
		"St. Sigmund Freud",
		"St. Mao Tse Tung",
		"St. Al Capone",
		"St. Peter Sellers",
		"St. Werner von Braun",
		"St. Gort/St. Guido Fanch",
		"St. Niccolo Machiavelli",
		"Night of the Lemur",
		"St. Thingfish",
		"St. Martin Luther",
		"St. Harlan Ellison",
		"St. Tiny Tim",
		"St. Fatty Arbuckle",
		"St. Basil Wolverton",
		"St. Sergei Eisenstein",
		"St. Klaatu",
		"St. Keith Moon",
		"St. Steve Jackson",
		"St. Michael Jackson (Beastification Pending)",
		"St. Alan Funt",
		"St. Willy Wonka",
		"St. Ice T",
		"St. Theodore Kaczinski"
	],
	"February" : [
		"St. Chronos",
		"St. Roger Corman",
		"St. Pokemon",
		"St. Zeus/Day of the Fart of Abu Hassan",
		"St. Benedict Arnold",
		"St. Tlaloc",
		"St. Alfred E. Newman/Tachychardia Week begins",
		"St. Teletubbie/Homosexual Anxiety",
		"St. Lewinsky/Heterosexual Anxiety",
		"St. Marilyn Monroe/Bisexual Anxiety",
		"Tachycardia Week Overindulgence Festival",
		"High Confiscation of Property",
		"St. Snuffleupagus/Family Induced Stress",
		"Aztec Day/St. Seka/Tachycardia Week Festival of Maximum Occupancy",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		""
	],
	"March" : [
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		""
	],
	"April" : [
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		""
	],
	"May" : [
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		""
	],
	"June" : [
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		""
	],
	"July" : [
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		""
	],
	"August" : [
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		""
	],
	"September" : [
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		""
	],
	"October" : [
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		""
	],
	"November" : [
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		""
	],
	"December" : [
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		""
	]
}