// ********* ********* ********* ********* ********* ********* ********* ********* *********
// 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( 9, 23, 2010, "Magic Class with Charles", "http://www.firstinflightentertainment.com/page/405765572", null, null, null, null);

fscEvent( 9, 30, 2010, "Magic Class with Charles", "http://www.firstinflightentertainment.com/page/405765572", null, null, null, null);

fscEvent( 10, 1, 2010, "Doll & Teddy Bear Show", "http://www.twincityquarter.com/benton_cal/events/index.php?year=2010&month=10&day=1", null, null, null, null);

fscEvent( 10, 7, 2010, "Magic Class with Charles", "http://www.firstinflightentertainment.com/page/405765572", null, null, null, null);

fscEvent( 10, 14, 2010, "Magic Class with Charles", "http://www.firstinflightentertainment.com/page/405765572", null, null, null, null);

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

fscEvent( 10, 21, 2010, "Magic Class with Charles", "http://www.firstinflightentertainment.com/page/405765572", null, null, null, null);

fscEvent( 10, 28, 2010, "Magic Class with Charles", "http://www.firstinflightentertainment.com/page/405765572", null, null, null, null);

fscEvent( 11, 4, 2010, "Magic Class with Charles", "http://www.firstinflightentertainment.com/page/405765572", null, null, null, null);

fscEvent( 11, 11, 2010, "Magic Class with Charles", "http://www.firstinflightentertainment.com/page/405765572", null, null, null, null);

fscEvent( 11, 18, 2010, "Magic Class with Charles", "http://www.firstinflightentertainment.com/page/405765572", null, null, null, null);

fscEvent( 12, 02, 2010, "Magic Class with Charles", "http://www.firstinflightentertainment.com/page/405765572", null, null, null, null);
