// ********* ********* ********* ********* ********* ********* ********* ********* *********
// Define Events
// call the fscEvent function
// 
// #  PARMS		DATA TYPE	DESCRIPTION
// 1  m			number		2 digit month (1=jan, 2=feb, 3=mar,... 12=dec)
// 2  d			number		2 digit day
// 3  y			number		4 digit year
// 4  text		date		HTML event text
// 5  link		string		URL for popup window
// 6  style		string		CSS class for the event (in-line style is invalid)
// 7  tooltip		string		text for hover over tooltip
// 8  script		string		javascript to execute during onMouseDown
// 9  filter		string		keyword to allow users to filter events
// ********* ********* ********* ********* ********* ********* ********* ********* *********
			

fscEvent( 4, 20, 2010, "Gallery of the Arts 5:30-8:00pm", "http://communityartscafe.com/moodle/course/view.php?id=12", null, null, null, null);

fscEvent( 9, 12, 2010, "W-S Airshow", "http://www.wsairshow.com/activities", null, null, null, null);

fscEvent( 3, 19, 2011, "Milton Rhodes Center for the Arts", "http://www.rhodesartscenter.org/", null, null, null, null);

fscEvent( 10, 22, 2010, "Reynolds High School Lunchtime Show", null, "scEventRed", null, null, null);

fscEvent( 10, 25, 2010, "Groome Inn Murder Mystery", "http://thegroomeinn.com/contact/index.html", null, null, null, null);

fscEvent( 10, 31, 2010, "Groome Inn Magic Show", "http://thegroomeinn.com/contact/index.html", null, null, null, null);
