<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>

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.bepc.org">
<channel>
 <title>BEPC - Events Feed</title>
 <link>http://www.bepc.org/event/feed</link>
 <description>July 31, 2010 - August 30, 2010</description>
 <language>en</language>
</channel>
</rss>
