<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 | July 31\, 2010 - August 30\, 2010
PRODID:-//strange bird labs//Drupal iCal API//EN
END:VCALENDAR
