<script language="JavaScript" type="text/JavaScript">
function jumpToMonth(selectBox) {
		
		// by CleverMinds, NW - custom function to allow users to jump from month to month in the calendar via a select box

		nextPage = selectBox.options[selectBox.selectedIndex].value;
		if (nextPage != '') { 
			document.location.href = nextPage;
		}

}
</script>

BEGIN:VCALENDAR
VERSION:2.0
METHOD:PUBLISH
X-WR-CALNAME:BEPC | September 07\, 2010 - October 07\, 2010
PRODID:-//strange bird labs//Drupal iCal API//EN
BEGIN:VEVENT
DTSTAMP;VALUE=DATE:20100907T110225Z
DTSTART;VALUE=DATE-TIME:20100908T150000Z
DTEND;VALUE=DATE-TIME:20100908T171500Z
UID:http://bepc.org/node/3853
URL;VALUE=URI:http://bepc.org/node/3853
SUMMARY:BEPC Board of Directors Meeting
END:VEVENT
BEGIN:VEVENT
DTSTAMP;VALUE=DATE:20100907T110225Z
DTSTART;VALUE=DATE-TIME:20100922T113000Z
DTEND;VALUE=DATE-TIME:20100922T140000Z
UID:http://bepc.org/node/4051
URL;VALUE=URI:http://bepc.org/node/4051
SUMMARY:Family Dynamics\:  Clients and their Advisors talk about Business\, Family\, and Legacy
END:VEVENT
BEGIN:VEVENT
DTSTAMP;VALUE=DATE:20100907T110225Z
DTSTART;VALUE=DATE-TIME:20100930T213000Z
DTEND;VALUE=DATE-TIME:20101001T000000Z
UID:http://bepc.org/node/4085
URL;VALUE=URI:http://bepc.org/node/4085
SUMMARY:BEPC Members ONLY Cocktail Reception
END:VEVENT
END:VCALENDAR
