<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>KLMBGC</title>
	<atom:link href="http://klmbgc.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://klmbgc.com</link>
	<description>Kettering Largo Mitchelville Boys and Girls Club</description>
	<lastBuildDate>Wed, 02 May 2012 02:23:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Volunteer Information Form</title>
		<link>http://klmbgc.com/volunteer-information-form/</link>
		<comments>http://klmbgc.com/volunteer-information-form/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 20:09:42 +0000</pubDate>
		<dc:creator>RudyDuke</dc:creator>
				<category><![CDATA[forms]]></category>

		<guid isPermaLink="false">http://klmbgc.com/?p=719</guid>
		<description><![CDATA[The Kettering Largo Mitchelville Boys &#38; Girls Club is looking for former coaches, assistant coaches, commissioners, and board members to participate in its 40th Anniversary awards gala on Sunday, October 23rd at the Camelot of Upper Marlboro from 4:00 til 8:00 pm. Please fill out this Volunteer Information Form online by filling out the the [...]]]></description>
			<content:encoded><![CDATA[<p>The Kettering Largo Mitchelville Boys &amp; Girls Club is looking for former coaches, assistant coaches, commissioners, and board members to participate in its 40th Anniversary awards gala</a> on Sunday, October 23rd at the Camelot of Upper Marlboro from 4:00 til 8:00 pm.</p>
<p>Please fill out this Volunteer Information Form online by filling out the the following information in the Comment below:</p>
<p>Name:</p>
<p>Email:</p>
<p>Phone:</p>
<p>The capacity in which you volunteered with KLMBGC. Include role, sport and how long. Be as detailed as you can.</p>
<p>Thank you for participating.</p>
]]></content:encoded>
			<wfw:commentRss>http://klmbgc.com/volunteer-information-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Events Calendar</title>
		<link>http://klmbgc.com/events-calendar/</link>
		<comments>http://klmbgc.com/events-calendar/#comments</comments>
		<pubDate>Sun, 26 Jun 2011 21:32:54 +0000</pubDate>
		<dc:creator>RudyDuke</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://klmbgc.com.previewdns.com/wordpress/?p=140</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<script type="text/javascript">
		$jaer = jQuery.noConflict();
		jQuery(document).ready(function($jaer) {
			
				$jaer('#espresso_calendar').fullCalendar({
					
					
					/** 
					* General Display
					* http://arshaw.com/fullcalendar/docs/text/ 
					**/
					
					//Defines the buttons and title at the top of the calendar.
					header: { //Settings: http://arshaw.com/fullcalendar/docs/display/header/
						left: 'prev, today', center: 'title', right: 'month,agendaWeek,agendaDay,next'					},
					
					/**
					* Theme Settings
					*
					* Once you enable theming with true, you still need to include the CSS file for the theme you want. 
					* For example, if you just downloaded a theme from the jQuery UI Themeroller, you need to put a <link> tag in your page's <head>.
					**/
					
					//Enables/disables use of jQuery UI theming.
					//theme: true, //Settings: http://arshaw.com/fullcalendar/docs/display/theme/
					
					//This option only applies to calendars that have jQuery UI theming enabled with the theme option.
					/*buttonIcons:{ //Settings: http://arshaw.com/fullcalendar/docs/display/buttonIcons/
						prev: 'circle-triangle-w',
						next: 'circle-triangle-e'
					},*/
			
					//The day that each week begins.
					//The value must be a number that represents the day of the week.
					//Sunday=0, Monday=1, Tuesday=2, etc.
					firstDay:0, //Settings: http://arshaw.com/fullcalendar/docs/display/firstDay/
					
					//Displays the calendar in right-to-left mode.
					isRTL: false,
					
					//Whether to include Saturday/Sunday columns in any of the calendar views.
					weekends: true,
					
					//Determines the number of weeks displayed in a month view. Also determines each week's height.
					weekMode:'fixed', //Settings: http://arshaw.com/fullcalendar/docs/display/weekMode/
					
					//Will make the entire calendar (including header) a pixel height.
					height:650, //Settings: http://arshaw.com/fullcalendar/docs/display/height/
					
					//Will make the calendar's content area a pixel height.
					//contentHeight: 600, //Settings: http://arshaw.com/fullcalendar/docs/display/contentHeight/
	
					//Determines the width-to-height aspect ratio of the calendar.
					//aspectRatio: 2, //Settings: http://arshaw.com/fullcalendar/docs/display/aspectRatio/
					
					/** 
					* Agenda Options
					* http://arshaw.com/fullcalendar/docs/agenda/ 
					* Note: These ptions that apply to the agendaWeek and agendaDay views, and have beft out intentionally. 
					* Please refer to the URL above to add.manage your agenda views.
					**/
	
					/** 
					* Text/Time Customization Settings
					* http://arshaw.com/fullcalendar/docs/text/ 
					**/
					
					//Determines the time-text that will be displayed on each event.
					timeFormat:{ //Settings: http://arshaw.com/fullcalendar/docs/text/timeFormat/
						// for agendaWeek and agendaDay
						agenda: 'h:mm{ - h:mm}', // 5:00 - 6:30
					
						// for all other views
						'': ''            // 7p
					},
					
					//Changes the colors of the events as seen here:
					//http://code.google.com/p/fullcalendar/issues/detail?id=6&can=1&q=css&colspec=ID%20Type%20Status%20Milestone%20Summary%20Stars
					eventRender: function(event, element) {
						
						//This displays the title of the event when hovering
						element.attr('title', event.title);
						
						//These are examples of custom parameters that can be passed
						/*if (event.myType == 'meeting') {
							element.addClass('meeting');
							//alert(event.myType );
						}*/
						
						//This example basically applies different classes to the event
						/*switch (event.myType){
						case 'meeting' :
							element.find('.n, .w, .c, .e, .s').css('background-color', '#00cc33');
						break;
						case 'project' :
							element.find('.n, .w, .c, .e, .s').css('background-color', 'red');
						break;
						default :
						break;
						}*/
					},
					
					//Determines the text that will be displayed on the calendar's column headings.
					columnFormat:{ //Settings: http://arshaw.com/fullcalendar/docs/text/columnFormat/
						month: 'ddd', week: 'ddd M/d', day: 'dddd M/d'						/*month: 'ddd',    // Mon
						week: 'ddd M/d', // Mon 9/7
						day: 'dddd M/d'  // Monday 9/7*/
					},
					
					//For date formatting options, please refer to: http://arshaw.com/fullcalendar/docs/utilities/formatDate/
					titleFormat:{ //Settings: http://arshaw.com/fullcalendar/docs/text/columnFormat/
						month: 'MMMM yyyy', week: "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", day: 'dddd, MMM d, yyyy'						/*month: 'MMMM yyyy',                             // September 2009
						week: "MMM d[ yyyy]{ '&#8212;'[ MMM] d yyyy}", // Sep 7 - 13 2009
						day: 'dddd, MMM d, yyyy'                  // Tuesday, Sep 8, 2009*/
					},
					
					//Text that will be displayed on buttons of the header.
					buttonText: { //Settings: http://arshaw.com/fullcalendar/docs/text/buttonText/
						left: 'prev, today', center: 'title', right: 'month,agendaWeek,agendaDay,next'						/*prev:     '&nbsp;&#9668;&nbsp;',  // left triangle
						next:     '&nbsp;&#9658;&nbsp;',  // right triangle
						prevYear: '&nbsp;&lt;&lt;&nbsp;', // <<
						nextYear: '&nbsp;&gt;&gt;&nbsp;', // >>
						today:    'today',
						month:    'month',
						week:     'week',
						day:      'day'*/
					},
					
					//Full names of months.
					monthNames: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'/*'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'*/],
					
					//Abbreviated names of months.
					monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'/*'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'*/],
					
					//Full names of days-of-week.
					dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'/*'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'*/],
					
					//Abbreviated names of days-of-week.
					dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'/*'Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'*/],
					
					//Load the events into json srrsy
					events: [],
					loading: function(bool) {
						if (bool) $('#loading').show();
						else $jaer('#loading').hide();
					}
					
				});				
			});
		
	</script>
	
		<div id='espresso_calendar'></div>
	
]]></content:encoded>
			<wfw:commentRss>http://klmbgc.com/events-calendar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

