/* This page is created from a database

8 Fields (surrounded by brackets[]) are used for EACH event:
 	["Recurring", "Month", "Day", "Year", "StartTime", "EndTime", "Name", "Description"]
	Each event field must be be surrounded by quotation marks followed by a comma ("",) EXCEPT the "Description" field.
	The "Description" field is surrounded by quotation marks only ("").

Each event has a comma after the closing bracket IF another event is below it on the next line down.
	Note: The last event in this file should NOT have a comma after the closing bracket

The Recurring field uses:
	"D" = Daily; "W" = Weekly; "Y" = Yearly; "F" = Floating Holiday

One Time only events should leave the Recurring field blank
	(ex. "")

In the daily events the day, year, and month field should be left blank ""
	(ex. ["D", "", "", "", "StartTime", "EndTime", "Name", "Description"])

Weekly events should have the day of the week field set to 1 - 7
	1=Sunday, 2=Monday, 3=Tuesday, 4=Wednesday, 5=Thurday, 6=Friday, 7=Saturday

"F"loating events uses:
	the Month field for the Month.
	the Day field as the Cardinal Occurrence
		1=1st, 2=2nd, 3=3rd, 4=4th, 5=5th, 6=6th occurrence of the day listed next
	the Year field as the Day of the week the event/holiday falls on
		1=Sunday, 2=Monday, 3=Tuesday, 4=Wednesday, 5=Thurday, 6=Friday, 7=Saturday
	example: "F",	"1",	"3",	"2", = Floating holiday in January on the 3rd Monday of that month.

"Y"early events are specific dates that never change - the Year field is ignored

	example format: ["Recurring", "Month", "Day", "Year", "StartTime", "Conf_type", "Name", "Description", "Blank field"] 

Conf_type definitions for this web site Calendar
C == Conference
W == Workshop
P == Private
M == Multiple events for the same day
*/

events = new Array(
["", "10", "27", "2010", "", "C", "October 27, 2010 Special Event", "<p><font color='#0000FF'><font size='+3'><center>'From Average to Awesome: Its Time to Rethink, Refuel, Retool, and Re-energize You & Your Team!'</font></font></center></p><p></p><p><center><font size='+2'>SEWI-ASTD Fall Conference featuring keynote speaker Jim Smith, Jr.!</center></font></p><p><center><img src='images/jsmith.jpg' width='200'></center></p><p><font size='+1'><center><i>This is <u>the</u> event you cannot afford to miss!</font></center></i></p><p><center><font size='+1'><i>Jim and other excellent presenters will motivate and coach you to prepare for the economic rebound.</center></font></i></p><p></p><p><font size='+3'><center>Click <a href='http://www.sewi-astd.org/conference/fall2010/index.html'target='_blank'>here</a> for event details.</font></center></p>", ""],
//edit in calEvents.taf or change info in conf_name_tbl

["", "9", "15", "2010", "8:30am-10:30am", "W", "September 2010 Orientation - Membership Networking and Involvement Event", "<p>The parking lot and entrance is behind the building. Conference Room is in the lower level and there will be signs at the entrance and again on the lower level when you get off the elevator. The conference room will be open by 8:00 a.m.</p><p>Click <a href='http://www.mcfi.net/about/location.aspx'> here</a> for a Map.</p>", ""],
//edit in calEvents.taf or change info in conf_name_tbl

["", "9", "29", "2010", "5:30pm-8:00pm", "W", "September 2010 Workshop - &quot;A Generational Discussion for Training and Development Professionals&quot;", "<p><center><img src='images/SGibson.jpg' width='200'></center></p><p><strong>Program Information:</strong><br>We've all heard about the impact of differing generations in the workplace, but rarely do we hear about what to do next.  This event will examine how generational difference affect your training and development world.  Specifically, we'll discuss:<ul><li>A refresher of the four generations in today's workforce</li><li>Generational views of learning</li><li>Generational information your management and teammates need to know</li></ul></p><p><strong>About the Presenter:</strong><br>After identifying a need for written communication and generational issues training in the Midwest, Sarah Gibson founded Accent Business Communication in 2004.  She has offered her classes to a variety of companies, including GE Health Care, Harley-Davidson, Metavante and the Wisconsin state government. Beyond her organizational training programs, Sarah also teaches as an adjunct instructor for the evening MBA program at UW-Madison.</p><p>Sarah holds a Master's degree from North Dakota State University and has been teaching in academic and corporate worlds since 1998.  In addition, she's a member of Madison Area Business Consultants, Society of Human Resource Management, and the American Society for Training and Development.</p>", ""],
//edit in calEvents.taf or change info in conf_name_tbl

["", "9", "26", "2010", "4:00pm-7:00pm", "C", "2010 Fall Conference Volunteers - Progress Meeting & Social", "<p>Contact Sandy' for event details and directions</p>", ""],
//edit in calEvents.taf or change info in conf_name_tbl


["", "", "", "", "", "", "", "", ""]  //Leave this blank because you can not use a comma after the last ] .
);

