
// ********* ********* ********* ********* ********* ********* ********* ********* *********
// 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( 1, 19, 2009, "MLK Day Of Service", null, null, "All over the island", null, null );

fscEvent( 4, 25, 2010, "<center><img src='../../scimages/earth.gif' border='0'/><br/>Earth Day 2010</center>", "http://www.earthday.net/earthday2010#Popup", null, null, null, null );

fscEvent( 6, 13, 2010, "Kayak For Kids", "/kayak.html", null, null, null, null );
		
	