<?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>Camp Redwood</title>
	<atom:link href="http://campredwood.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://campredwood.net</link>
	<description>Summer camp in new york</description>
	<lastBuildDate>Tue, 21 Feb 2012 17:26:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Sports on the Courts</title>
		<link>http://campredwood.net/sports-on-the-courts/</link>
		<comments>http://campredwood.net/sports-on-the-courts/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 09:00:16 +0000</pubDate>
		<dc:creator>Katie</dc:creator>
				<category><![CDATA[Camp]]></category>

		<guid isPermaLink="false">http://campredwood.net/?p=1494</guid>
		<description><![CDATA[&#160; Camp Redwood prides itself on its various programs. This blog post we wanted to take time to acknowledge our court based activities. Here we&#8217;re talking about Basketball, Volleyball, Wallball, and Hockey! Every season our dedicated staff members take time to create and research variations for these events. In Basketball, not only are kids running [...]]]></description>
			<content:encoded><![CDATA[
<p>&nbsp;</p>
<p>     Camp Redwood prides itself on its various programs. This blog post we wanted to take time to acknowledge our court based activities. Here we&#8217;re talking about Basketball, Volleyball, Wallball, and Hockey!</p>
<p>     Every season our dedicated staff members take time to create and research variations for these events. In Basketball, not only are kids running drills and playing full court games, but we work other skills with round the world basketball and knock out. By teaching techniques and drills, then playing variations on games, kids are learning on both an individual level and as a team member. We of course continue this with volleyball,  playing actual sets with our eldest groups and teaching the fundamentals in a game called Newcomb with our youngest. Again, working with these children day after day,  week after week, and for some month after month; we are given the opportunity to see our campers grow and improve their skills. Wallball is very much a hand eye coordination game and really encourages campers to work together for a common goal, teams are much smaller, if not individual, so campers are able to work at a faster pace to obtain the results they want. Hockey is a great time for all! Campers learn stick handling, puck control, teamwork, how to communicate with their team effectively, and the basic principles and fundamentals of the game. While working on passing and shooting on net, campers are working their own skill as well as learning to work with others.</p>
<p>     Our court based activities are a ton of fun and our staff does everything in their power to make it as much of a learning experience as it is a blast for the kids!</p>
	<ul id="slideshow" style="display:none;">
									<li>
					<h3>volleyball3</h3>
										<span>http://campredwood.net/wp-content/uploads/2012/02/volleyball3.jpg</span>
					<p></p>
																<a href="http://campredwood.net/wp-content/uploads/2012/02/volleyball3.jpg" title="volleyball3"></a>
									</li>
							<li>
					<h3>volleyball</h3>
										<span>http://campredwood.net/wp-content/uploads/2012/02/volleyball.jpg</span>
					<p></p>
																<a href="http://campredwood.net/wp-content/uploads/2012/02/volleyball.jpg" title="volleyball"></a>
									</li>
							<li>
					<h3>volleyball2</h3>
										<span>http://campredwood.net/wp-content/uploads/2012/02/volleyball2.jpg</span>
					<p></p>
																<a href="http://campredwood.net/wp-content/uploads/2012/02/volleyball2.jpg" title="volleyball2"></a>
									</li>
							<li>
					<h3>hockey3</h3>
										<span>http://campredwood.net/wp-content/uploads/2012/02/hockey3.jpg</span>
					<p></p>
																<a href="http://campredwood.net/wp-content/uploads/2012/02/hockey3.jpg" title="hockey3"></a>
									</li>
							<li>
					<h3>hockey2</h3>
										<span>http://campredwood.net/wp-content/uploads/2012/02/hockey2.jpg</span>
					<p></p>
																<a href="http://campredwood.net/wp-content/uploads/2012/02/hockey2.jpg" title="hockey2"></a>
									</li>
							<li>
					<h3>hockey</h3>
										<span>http://campredwood.net/wp-content/uploads/2012/02/hockey.jpg</span>
					<p></p>
																<a href="http://campredwood.net/wp-content/uploads/2012/02/hockey.jpg" title="hockey"></a>
									</li>
							<li>
					<h3>basketball2</h3>
										<span>http://campredwood.net/wp-content/uploads/2012/02/basketball2.jpg</span>
					<p></p>
																<a href="http://campredwood.net/wp-content/uploads/2012/02/basketball2.jpg" title="basketball2"></a>
									</li>
							<li>
					<h3>basketball</h3>
										<span>http://campredwood.net/wp-content/uploads/2012/02/basketball.jpg</span>
					<p></p>
																<a href="http://campredwood.net/wp-content/uploads/2012/02/basketball.jpg" title="basketball"></a>
									</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://campredwood.net/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 3;
			slideshow.imgSpeed = 10;
			slideshow.navOpacity = 35;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "#FFFFFF";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>


]]></content:encoded>
			<wfw:commentRss>http://campredwood.net/sports-on-the-courts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instruction with Uncle Buddy</title>
		<link>http://campredwood.net/instruction-with-uncle-buddy/</link>
		<comments>http://campredwood.net/instruction-with-uncle-buddy/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 09:00:58 +0000</pubDate>
		<dc:creator>Katie</dc:creator>
				<category><![CDATA[Camp]]></category>

		<guid isPermaLink="false">http://campredwood.net/?p=1384</guid>
		<description><![CDATA[&#160; Camp Redwood prides itself on providing an educational experience for it&#8217;s campers. Uncle Buddy, one of the camp owners, takes the lead for instruction in Tennis and Archery. Buddy, who provided years of instruction as a Physical Education teacher in the community, continues to take time to explain proper techniques to campers. Uncle Buddy [...]]]></description>
			<content:encoded><![CDATA[
<p>&nbsp;</p>
<p>Camp Redwood prides itself on providing an educational experience for it&#8217;s campers. Uncle Buddy, one of the camp owners, takes the lead for instruction in Tennis and Archery. Buddy, who provided years of instruction as a Physical Education teacher in the community, continues to take time to explain proper techniques to campers.</p>
<p>Uncle Buddy prides himself on his ability to teach tennis techniques! Camp has several tennis courts both indoor and outdoor. These courts are used almost everyday to instruct the different age groups on how to play tennis. Buddy demonstrates proper technique before he has campers take a hands on approach and perform the movements themselves. He uses repetition to help campers learn these skills so they can later recall them in a match. Uncle Buddy reviews proper technique at the beginning of every session. By the end of the summer you may have the start of a Tennis Pro in your household!!</p>
<p>Buddy also conducts Archery. He uses storytelling to explain the importance and history of the sport. He explains and shows campers the different parts of a bow, as well as explaining where the names of these parts came from. He also explains how to put yourself in a proper stance to fire an arrow from a bow.  Uncle Buddy&#8217;s enthusiasm in these areas is prevalent on a daily basis! He uses that to his advantage and shares his passion for sports education with his campers!</p>
<p style="text-align: center">	<ul id="slideshow" style="display:none;">
									<li>
					<h3>46348_430975895826_694730826_4872565_3711693_n</h3>
										<span>http://campredwood.net/wp-content/uploads/2012/01/46348_430975895826_694730826_4872565_3711693_n.jpg</span>
					<p></p>
																<a href="http://campredwood.net/wp-content/uploads/2012/01/46348_430975895826_694730826_4872565_3711693_n.jpg" title="46348_430975895826_694730826_4872565_3711693_n"></a>
									</li>
							<li>
					<h3>35266_551793345017_46601744_32247755_4700203_n (1)</h3>
										<span>http://campredwood.net/wp-content/uploads/2012/01/35266_551793345017_46601744_32247755_4700203_n-1.jpg</span>
					<p></p>
																<a href="http://campredwood.net/wp-content/uploads/2012/01/35266_551793345017_46601744_32247755_4700203_n-1.jpg" title="35266_551793345017_46601744_32247755_4700203_n (1)"></a>
									</li>
							<li>
					<h3>34574_551547303087_46601744_32240122_4047178_n</h3>
										<span>http://campredwood.net/wp-content/uploads/2012/01/34574_551547303087_46601744_32240122_4047178_n.jpg</span>
					<p></p>
																<a href="http://campredwood.net/wp-content/uploads/2012/01/34574_551547303087_46601744_32240122_4047178_n.jpg" title="34574_551547303087_46601744_32240122_4047178_n"></a>
									</li>
							<li>
					<h3>33397_551547652387_46601744_32240135_3195532_n</h3>
										<span>http://campredwood.net/wp-content/uploads/2012/01/33397_551547652387_46601744_32240135_3195532_n.jpg</span>
					<p></p>
																<a href="http://campredwood.net/wp-content/uploads/2012/01/33397_551547652387_46601744_32240135_3195532_n.jpg" title="33397_551547652387_46601744_32240135_3195532_n"></a>
									</li>
							<li>
					<h3>279736_214693581899324_118604421508241_501392_7632713_o</h3>
										<span>http://campredwood.net/wp-content/uploads/2012/01/279736_214693581899324_118604421508241_501392_7632713_o.jpg</span>
					<p></p>
																<a href="http://campredwood.net/wp-content/uploads/2012/01/279736_214693581899324_118604421508241_501392_7632713_o.jpg" title="279736_214693581899324_118604421508241_501392_7632713_o"></a>
									</li>
							<li>
					<h3>287241_231391453562870_118604421508241_546808_1494477_o</h3>
										<span>http://campredwood.net/wp-content/uploads/2012/01/287241_231391453562870_118604421508241_546808_1494477_o.jpg</span>
					<p></p>
																<a href="http://campredwood.net/wp-content/uploads/2012/01/287241_231391453562870_118604421508241_546808_1494477_o.jpg" title="287241_231391453562870_118604421508241_546808_1494477_o"></a>
									</li>
							<li>
					<h3>35249_1537661687848_1424047298_1400220_8221461_n</h3>
										<span>http://campredwood.net/wp-content/uploads/2012/01/35249_1537661687848_1424047298_1400220_8221461_n.jpg</span>
					<p></p>
																<a href="http://campredwood.net/wp-content/uploads/2012/01/35249_1537661687848_1424047298_1400220_8221461_n.jpg" title="35249_1537661687848_1424047298_1400220_8221461_n"></a>
									</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://campredwood.net/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 3;
			slideshow.imgSpeed = 10;
			slideshow.navOpacity = 35;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "#FFFFFF";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>
</p>

]]></content:encoded>
			<wfw:commentRss>http://campredwood.net/instruction-with-uncle-buddy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spotlight on: The Administrative Staff</title>
		<link>http://campredwood.net/spotlight-on-the-administrative-staff/</link>
		<comments>http://campredwood.net/spotlight-on-the-administrative-staff/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 09:00:58 +0000</pubDate>
		<dc:creator>Katie</dc:creator>
				<category><![CDATA[Camp]]></category>

		<guid isPermaLink="false">http://campredwood.net/?p=1320</guid>
		<description><![CDATA[&#160; For those who don&#8217;t know, Camp Redwood is owned and run by the spectacular Estis Family. Well this past year, they have obtained a little bit of help. Jon, continuing on as the camps Director, has acquired three dedicated individuals who are working closely with he and his family to help Camp Redwood provide [...]]]></description>
			<content:encoded><![CDATA[
<p>&nbsp;</p>
<p>For those who don&#8217;t know, Camp Redwood is owned and run by the spectacular <a title="History" href="http://campredwood.net/history/">Estis Family</a>. Well this past year, they have obtained a little bit of help. Jon, continuing on as the camps Director, has acquired three dedicated individuals who are working closely with he and his family to help Camp Redwood provide the best experience possible to it&#8217;s campers and their families.</p>
<p>This group of three has been declared the Administrative Staff.   Rory Muslin has taken the title and role of Program Director. He is responsible for various tasks at camp including, but not limited to, our daily scheduling and operation as well as coordinating our overnights, day trips, and ropes/challenge course. Rory is assisted by his Head Counselors, Tom Kopaskie and Katie Scherhaufer.  Tom and Katie  also assist  in supervising the daily activities and staff operation at camp, as well as completing other duties asked of them as Head Counselors.  Again, this team is constantly working with Jon to make sure things are running as smoothly as possible .</p>
<p style="text-align: left;">Each of these individuals bring their own unique experiences and knowledge to the table (to read more about them please see the <a title="Administrative Staff" href="http://campredwood.net/administrative-staff/">Administrative Staff </a>page). As a team, the Administrative Staffs goal is to help make camp a safe, fun, enjoyable, and truly unique experience! This group is working around the clock to make sure camp goes off without a hitch and that the 2012 summer season is full of new and exciting times for campers and their families!</p>
<p style="text-align: center;">	<ul id="slideshow" style="display:none;">
									<li>
					<h3>263065_217382034963812_118604421508241_508545_7334984_n</h3>
										<span>http://campredwood.net/wp-content/uploads/2012/01/263065_217382034963812_118604421508241_508545_7334984_n.jpg</span>
					<p></p>
																<a href="http://campredwood.net/wp-content/uploads/2012/01/263065_217382034963812_118604421508241_508545_7334984_n.jpg" title="263065_217382034963812_118604421508241_508545_7334984_n"></a>
									</li>
							<li>
					<h3>320222_613444824957_46601744_33089198_4016488_n</h3>
										<span>http://campredwood.net/wp-content/uploads/2012/01/320222_613444824957_46601744_33089198_4016488_n.jpg</span>
					<p></p>
																<a href="http://campredwood.net/wp-content/uploads/2012/01/320222_613444824957_46601744_33089198_4016488_n.jpg" title="320222_613444824957_46601744_33089198_4016488_n"></a>
									</li>
							<li>
					<h3>278373_218499454852070_118604421508241_511732_5340760_o</h3>
										<span>http://campredwood.net/wp-content/uploads/2012/01/278373_218499454852070_118604421508241_511732_5340760_o.jpg</span>
					<p></p>
																<a href="http://campredwood.net/wp-content/uploads/2012/01/278373_218499454852070_118604421508241_511732_5340760_o.jpg" title="278373_218499454852070_118604421508241_511732_5340760_o"></a>
									</li>
							<li>
					<h3>279957_223987370969945_118604421508241_527749_5113154_o</h3>
										<span>http://campredwood.net/wp-content/uploads/2012/01/279957_223987370969945_118604421508241_527749_5113154_o.jpg</span>
					<p></p>
																<a href="http://campredwood.net/wp-content/uploads/2012/01/279957_223987370969945_118604421508241_527749_5113154_o.jpg" title="279957_223987370969945_118604421508241_527749_5113154_o"></a>
									</li>
							<li>
					<h3>285491_221989051169777_118604421508241_521940_2382777_n</h3>
										<span>http://campredwood.net/wp-content/uploads/2012/01/285491_221989051169777_118604421508241_521940_2382777_n.jpg</span>
					<p></p>
																<a href="http://campredwood.net/wp-content/uploads/2012/01/285491_221989051169777_118604421508241_521940_2382777_n.jpg" title="285491_221989051169777_118604421508241_521940_2382777_n"></a>
									</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://campredwood.net/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 3;
			slideshow.imgSpeed = 10;
			slideshow.navOpacity = 35;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "#FFFFFF";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>
</p>
<p style="text-align: center;">

]]></content:encoded>
			<wfw:commentRss>http://campredwood.net/spotlight-on-the-administrative-staff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uncle Buddy&#8217;s Blog- January 2012</title>
		<link>http://campredwood.net/uncle-buddys-blog-january-2012/</link>
		<comments>http://campredwood.net/uncle-buddys-blog-january-2012/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 21:36:50 +0000</pubDate>
		<dc:creator>Rory Mushlin</dc:creator>
				<category><![CDATA[Uncle Buddy]]></category>

		<guid isPermaLink="false">http://campredwood.net/?p=1372</guid>
		<description><![CDATA[Dear Parents and Families In the morning when we leave our homes, we all go off to our jobs or school. As we go about our business we end up doing a lot of walking. Where do we walk? We walk in parking lots, sidewalks, driveways, ball fields, streets, roads, etc. After the day is [...]]]></description>
			<content:encoded><![CDATA[
<p>Dear Parents and Families</p>
<p>In the morning when we leave our homes, we all go off to our jobs or school. As we go about our business we end up doing a lot of walking. Where do we walk? We walk in parking lots, sidewalks, driveways, ball fields, streets, roads, etc. After the day is over we all go home and walk into our homes, some people wipe their shoes off on a door mat and many others do not.</p>
<p>If you knew how many germs cling to the bottom of your shoes, you’d never believe it! The number is in the billions. These germs get into the rugs on the floors and your furniture. Families then live and play in their home and are exposed to all of these germs. Most children also have a tendency to put their fingers in their mouths, ears, eyes, etc. and then end up sick or saying “Mom, I don’t feel good.” Of course most of the germs are killed by our immune system, but some are not and that means a visit to the Doctor’s office.</p>
<p>A young woman with two young children visited a Doctor’s Office many times suffering from illnesses. After the constant visits for her and her children to the Doctor, she decided to do something about it. As you may know “necessity is the mother of invention”. To make a long story short, after several years of research, experiments and a large capital investment, she developed the first antimicrobial treated doormat called “Dr. DOORMAT”. When you swipe your feet two times on the doormat it destroys approximately 99% of the microorganisms that were on your shoes. Just swiping your feet on the mat will help keep your home healthy. Think of it as the first step toward a healthy home.</p>
<p>The Dr. Doormats are available at <a href="http://www.drdoormat.com">www.drdoormat.com</a>. If you want to find this item in a store and it’s currently not available, you should ask a store manager to stock it! Check it out at <a href="http://www.drdoormat.com">www.drdoormat.com</a>. Just this week Good Morning America posted it on their web site and included it in their steals and deals section and it was included in an article in the Chicago Tribune.</p>
<p><a href="http://campredwood.net/wp-content/uploads/2011/12/Buddy-Signature-001.jpg"><img class="wp-image-1178 alignnone" title="Buddy Signature 001" src="http://campredwood.net/wp-content/uploads/2011/12/Buddy-Signature-001-300x98.jpg" alt="" width="191" height="62" /></a></p>
<p>Uncle Buddy…stay healthy</p>
<p>P.S. Please forgive my shameless promotion. The women and her children mentioned above happen to be my daughter and grand children. They hardly ever have to visit the doctor anymore, so the door mat has been working great!</p>

]]></content:encoded>
			<wfw:commentRss>http://campredwood.net/uncle-buddys-blog-january-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Camp Redwood in 2012</title>
		<link>http://campredwood.net/campredwoodin2012/</link>
		<comments>http://campredwood.net/campredwoodin2012/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 22:00:02 +0000</pubDate>
		<dc:creator>Katie</dc:creator>
				<category><![CDATA[Camp]]></category>

		<guid isPermaLink="false">http://campredwood.net/?p=1280</guid>
		<description><![CDATA[&#8220;You can design and create, and build the most wonderful place in the world. But it takes people to make the dream a reality.&#8221; - Walt Disney For those of you unaware, Camp Redwood will be entering its 51st season this  summer! Being a family business, that is a remarkable milestone! The owners, Buddy and Irma Estis, [...]]]></description>
			<content:encoded><![CDATA[
<p style="text-align: center"><strong><a href="http://campredwood.net/wp-content/uploads/2011/12/304242_614765947417_46601744_33108496_4457855_n.jpg"><br />
</a>&#8220;You can design and create, and build the most wonderful place in the world.</strong><span style="text-align: left"> </span><strong>But it takes people to make the dream a reality.&#8221; - Walt Disney</strong></p>
<p style="text-align: center"><a href="http://campredwood.net/wp-content/uploads/2011/12/304242_614765947417_46601744_33108496_4457855_n.jpg"><img class="size-medium wp-image-1040 aligncenter alignnone" src="http://campredwood.net/wp-content/uploads/2011/12/304242_614765947417_46601744_33108496_4457855_n-300x224.jpg" alt="" width="300" height="224" /> </a></p>
<p style="text-align: left"><span style="text-align: left">For those of you unaware, Camp Redwood will be entering its </span><em>51st season</em><span style="text-align: left"> this  sum</span><span style="text-align: left">mer! Being a family business, that is a remarkable milestone! The owners, Buddy and Irma Estis, have worked long and hard to provide a fun, safe,  and educational environment for their campers. This passion for providing a positive experience to campers and their families has been passed down to their son Jon, the current Director of Camp Redwood. The success of camp is not only thanks to the dedication of the Estis family and their team, but to the community; to the families and friends whose children come to Camp Redwood year after year!</span></p>
<div>
<p>The 2012 camp season is no different! With the continual support we receive; this summer Camp Redwood is able to provide new events, activities, and options to their supporters! You can find out the specifics on the website at <a title="New for 2012!!" href="http://campredwood.net/new-for-2012/">New for 2012!!</a> These new options range from themed weeks (which can be seen below), to different overnight stays, transportation and payment options, to our newest pet project; a low elements challenge course!</p>
<p>2012 is a new year! Here at Camp Redwood we are running with that thought in mind, keeping the same family-friendly atmosphere, but growing with the times and providing a unique experience for you and your camper(s)!</p>
<p>Best wishes for the start of a safe, happy, healthy and fun year!</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>The dates noted are the Monday through the Friday.</p>
<div>
<ul>
<li>Week 1 (June 25- June 29):  Opening Week</li>
<li>Week 2 (July 2 &#8211; July 6):<img src="https://lh6.googleusercontent.com/ufFZTvYuOw6BN-CBIMQvLvxdf2-OIi53I9iKa2lgz74-e1aXQBN1V7ijMuxvb5HvWNL_t6Ipkzcz8Rr-bfGE7_s_LSFZG6_JBKnecngQOvnwTbgdQDA" alt="" width="185px;" height="53px;" /></li>
<li>+Week 3 (July 9 &#8211; July 13): <img src="https://lh6.googleusercontent.com/8l3IrS4Kajxdtr1hbm_8tRetyVWHg5W0Jmka7gaphfSFcXc28bvH0lv8NHzmKOC1memQxLyrch_028p3rVvvlJiPMB0ZYvIwrhms-hdLGUW6aVQwaYk" alt="" width="281px;" height="45px;" /></li>
<li>*Week 4 (July 16 &#8211; July 20):<img src="https://lh4.googleusercontent.com/_WTorwIuzoQz3dXbZhJmCFw5WkDOIYyUX0yZAXQklJQvCgAWQ49xv4EG1Eg3ts9DbEqHy6gPaCxM5YwZSS58GKw0wFujirPwzhgI9hoDArnsWueiNx0" alt="" width="219px;" height="57px;" /></li>
<li>+Week 5 (July 23 &#8211; July 27): <img src="https://lh4.googleusercontent.com/c8fgSY7JxEeSqU_4W3ZTJLo3CY71J0-UGbWNwyLbKkcIX7ScZQ2akE_CqNgKjcl4CvmI9ZESU85nqveJ15zSi9po33EWJCAftnkuMuOQjRCIfi8eBnw" alt="" width="237px;" height="45px;" /></li>
<li>Week 6 (July 30 &#8211; August 3):<img src="https://lh6.googleusercontent.com/m8p3T3QJc8LCen2glngr2_oY_0dIIbyszcGww4RZjof5k6A-TUpDZK-DJrXaVpaZ5gdDXkWnbuZ-YImxwcrNaVFeIurtZ-LEgV0ZE9L8XGHuf1rlGng" alt="" width="272px;" height="55px;" /></li>
<li>*Week 7 (August 6 &#8211; August 10):<img src="https://lh3.googleusercontent.com/AOwafPigLrMTuVc6Ud0Pnwt3JQ5hKCq_aBxXvPEGzqVnwxNQshyyFNnik_i59hpuDEXtQK0u9c7U6TIKQudr0H1pyAzcOPtVYTMRpzjXg51DgSIvAgo" alt="" width="159px;" height="51px;" /></li>
<li>Week 8 (August 13 &#8211; August 17):<img src="https://lh3.googleusercontent.com/qah2EDNFQiQkbPQCg29WmY1wYiXvUsu0SUi8Rmiy5Kq8Fqc8oDIYbnUflXUPY7aIwr-Nf0rpjyNqZwl5uKx1YItYyjsuPzf2MT7g3Pu8lMK0Sbbxb6U" alt="" width="185px;" height="48px;" /></li>
<li>Week 9 (August 20 &#8211; August 24):  Last week of Camp</li>
</ul>
<p>&nbsp;</p>
<p><strong>+</strong>  Week that offers an optional Friday Overnight into a Saturday day trip<br />
<strong>*</strong>  Week that offers an optional Thursday Overnight into a regular camp day Friday</p>
</div>
<p>&nbsp;</p>
</div>

]]></content:encoded>
			<wfw:commentRss>http://campredwood.net/campredwoodin2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Holidays!</title>
		<link>http://campredwood.net/holidays/</link>
		<comments>http://campredwood.net/holidays/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 22:17:27 +0000</pubDate>
		<dc:creator>Katie</dc:creator>
				<category><![CDATA[Camp]]></category>

		<guid isPermaLink="false">http://campredwood.net/?p=1137</guid>
		<description><![CDATA[&#160; As the 2011 year comes to a close, the Camp Redwood team would like to take time to wish everyone a very healthy, safe, and happy holiday season! Our master of video editing and Program Director, Rory,  has spent several hours working on a new project just for the holidays.  As a thank you and [...]]]></description>
			<content:encoded><![CDATA[
<p>&nbsp;</p>
<p>As the 2011 year comes to a close, the Camp Redwood team would like to take time to wish everyone a very healthy, safe, and happy holiday season! Our master of video editing and Program Director, Rory,  has spent several hours working on a new project just for the holidays.  As a thank you and way to reminisce about all the great times you and your children had over this past summer; you should be receiving a copy of our latest video, a summer 2011 holiday yearbook DVD! Please keep an eye on your mailbox as it will be arriving soon, just in time to share with your guests over the holidays!</p>
<p>Thank you again to our families and friends for your care and support over the past year. It has been a blast and we&#8217;ve enjoyed working with you and your campers! We hope you choose to continue to grow with us here at Camp Redwood in the years to come!</p>
<p>Happy Holidays from all of us here at Camp Redwood!</p>
<p><img class="aligncenter" src="http://southpawbeagle.files.wordpress.com/2011/12/happyholidayslights1.gif" alt="" /></p>

]]></content:encoded>
			<wfw:commentRss>http://campredwood.net/holidays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uncle Buddy&#8217;s Blog- December 2011</title>
		<link>http://campredwood.net/uncle-buddys-blog-december-2011/</link>
		<comments>http://campredwood.net/uncle-buddys-blog-december-2011/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 18:07:07 +0000</pubDate>
		<dc:creator>Rory Mushlin</dc:creator>
				<category><![CDATA[Uncle Buddy]]></category>

		<guid isPermaLink="false">http://campredwood.net/?p=1176</guid>
		<description><![CDATA[Hi, this is Uncle Buddy! Welcome to Uncle Buddy’s Corner. This is the first of many informative pieces to come from Camp Redwood. I hope to be able to give you and your parents some useful information about health- Good HEALTH!! As I have gotten older, I have begun to realize that the most important [...]]]></description>
			<content:encoded><![CDATA[
<p>Hi, this is Uncle Buddy! Welcome to Uncle Buddy’s Corner. This is the first of many informative pieces to come from Camp Redwood. I hope to be able to give you and your parents some useful information about health- Good HEALTH!!</p>
<p>As I have gotten older, I have begun to realize that the most important thing that god gave me was good health. When we are young we think that being in good health is the way it will always be. Most of us never stop to think that our health has the potential to be in poor condition. Thus, we proceed to do things and eat things that are not conducive to good health. When I previously said good-bye to someone who visited me I’d say, “so long and good luck”. I have since changed my good-byes to, “so long and good HEALTH!”</p>
<p>Having taught physical education for many years, I would receive many notes from parents explaining that their children couldn’t participate in gym that day because their children weren’t feeling well. This bothered me because I felt everyone, parents included, should have a chance to do something physical everyday for good health.</p>
<p>It got to the point that I picked up the phone one day and called my eldest daughters husband, Jeff. He is an MD, but he is also a Senior Research Scientist at the National Institute of Health (NIH) in Bethesda, Maryland. When I got him on the phone, I asked Jeff “what is the best way to prevent kids from getting sick and how much would it cost? Please answer in layman’s English, not 15 syllable words.” His reply was instant and short, “have children and their parents wash their hands with hot soapy water on a regular basis and as often as they can.” My reply was “that’s it!” Jeff responded with “that’s it, and by the way it won’t cost a dime.” It almost floored me! My next question was “how come?”</p>
<p>His reply was, if you or any parent stops to think about how many objects you touch when you wake up in the morning and throughout the day, you touch doors, door handles, door knobs, banisters, telephones, computer keys, toilet seats, stuff stuck in your shoes, and other equipment that’s been on the floors, outside in the ball fields, etc., the list goes on and on. While you do this, your hands are coming into contact with millions and millions of germs and people don’t even know about it, or realize its happening. This contact amplifies the potential for problems in children who are run down and not getting enough sleep or eating proper food. This weakens their immune system and allows the germs to get into their bodies and make them ill.<br />
There are several ways that “bugs” get into your bodies. If you cut yourself and are careless and don’t sanitize the cut and then don’t band aid it for example, this is how germs enter into your blood stream. The primary ways they also enter your body are through your nose, mouth, ears, and eyes. To prevent from getting sick, simply keep from putting your fingers in your mouth and remember to wash your hands often!</p>
<p>Stay tuned for my next blog post with more information on your health!</p>
<p>GOOD HEALTH,</p>
<p><a href="http://campredwood.net/wp-content/uploads/2011/12/Buddy-Signature-001.jpg"><img class="alignleft size-medium wp-image-1178" title="Buddy Signature 001" src="http://campredwood.net/wp-content/uploads/2011/12/Buddy-Signature-001-300x98.jpg" alt="" width="300" height="98" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Uncle Buddy</p>

]]></content:encoded>
			<wfw:commentRss>http://campredwood.net/uncle-buddys-blog-december-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Planning for the 2012 Season!</title>
		<link>http://campredwood.net/planning-for-the-2012-season/</link>
		<comments>http://campredwood.net/planning-for-the-2012-season/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 17:19:35 +0000</pubDate>
		<dc:creator>Katie</dc:creator>
				<category><![CDATA[Camp]]></category>

		<guid isPermaLink="false">http://campredwood.net/?p=1025</guid>
		<description><![CDATA[&#160; Hello Redwood Families, Friends, and Guests! Though we&#8217;re technically in the camp off season, those here at Camp Redwood are already busy planning for an incredibly fun 2012 summer! The team is working hard on developing new themed weeks, special events, and other opportunities for you and your children to have a great time at camp. Please make [...]]]></description>
			<content:encoded><![CDATA[
<div>
<p>&nbsp;</p>
<p>Hello Redwood Families, Friends, and Guests!</p>
<p>Though we&#8217;re technically in the camp off season, those here at Camp Redwood are already busy planning for an incredibly fun 2012 summer! The team is working hard on developing new themed weeks, special events, and other opportunities for you and your children to have a great time at camp.</p>
<p>Please make sure to check back on the website often. We&#8217;re adding to the site on a regular basis; we now have an upcoming events section, new YouTube videos, an updated slideshow of 2011 pictures, and there is plenty more to come! Also, be sure to check us out on <a href="https://www.facebook.com/campredwood">Facebook</a>, <a href="https://twitter.com/#!/CampRedwood">Twitter</a>, and <a href="http://www.youtube.com/user/TheCampRedwood?blend=21&amp;ob=5">YouTube</a> to remain up-to-date on this coming summers activities.</p>
<p>We&#8217;ll be doing a special release of our planned themed weeks on January 1st,2012. Check out our <a title="Theme week release" href="https://www.facebook.com/events/296475513719242/" target="_blank">Facebook event</a> for more information.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://campredwood.net/wp-content/uploads/2011/12/268715_606236305887_46601744_32964850_2701223_n.jpg"><img class="alignleft size-thumbnail wp-image-1039" src="http://campredwood.net/wp-content/uploads/2011/12/268715_606236305887_46601744_32964850_2701223_n-150x150.jpg" alt="" width="150" height="150" /></a><a href="http://campredwood.net/wp-content/uploads/2011/12/271594_214706385231377_118604421508241_501572_2304878_o.jpg"><img class="size-thumbnail wp-image-1028 alignright" src="http://campredwood.net/wp-content/uploads/2011/12/271594_214706385231377_118604421508241_501572_2304878_o-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p style="text-align: center"><a href="http://campredwood.net/wp-content/uploads/2011/12/267438_219315008103848_118604421508241_513723_7965133_n.jpg"><img class="aligncenter size-thumbnail wp-image-1027" src="http://campredwood.net/wp-content/uploads/2011/12/267438_219315008103848_118604421508241_513723_7965133_n-150x150.jpg" alt="" width="150" height="150" /></a></p>
</div>

]]></content:encoded>
			<wfw:commentRss>http://campredwood.net/planning-for-the-2012-season/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color War video: Jon drops off flyers from his plane!</title>
		<link>http://campredwood.net/color-war-video-jon-drops-off-flyers-from-his-plane/</link>
		<comments>http://campredwood.net/color-war-video-jon-drops-off-flyers-from-his-plane/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 17:02:44 +0000</pubDate>
		<dc:creator>savannah</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://campredwood.net/?p=883</guid>
		<description><![CDATA[&#160; Today is the start of an incredibly intense, competitive and memorable week at camp. It&#8217;s Color War time! This year we have the White Avengers vs. the Maroon Matadors. Every camper is on one of the two teams and will be duking it out through the course of the week to see which team [...]]]></description>
			<content:encoded><![CDATA[
<p>&nbsp;</p>
<p>Today is the start of an incredibly intense, competitive and memorable week at camp. It&#8217;s Color War time! This year we have the White Avengers vs. the Maroon Matadors. Every camper is on one of the two teams and will be duking it out through the course of the week to see which team comes out on top! The final competition will be a morning swim meet, followed by an afternoon track meet a the end of the week.</p>
<p>Check out this video taken this morning showing Jon dropping off Color War flyers to the kids from his plane soaring high above!</p>
<p><a href="http://www.youtube.com/watch?v=OS5_wPnftpc"><img src="http://img.youtube.com/vi/OS5_wPnftpc/2.jpg"></a></p>
<p><a href="http://www.youtube.com/watch?v=OS5_wPnftpc">Click here</a> to view the video on YouTube.</p>


]]></content:encoded>
			<wfw:commentRss>http://campredwood.net/color-war-video-jon-drops-off-flyers-from-his-plane/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hoe Down hay ride video!</title>
		<link>http://campredwood.net/hoe-down-hay-ride-video/</link>
		<comments>http://campredwood.net/hoe-down-hay-ride-video/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 22:16:57 +0000</pubDate>
		<dc:creator>savannah</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://campredwood.net/?p=878</guid>
		<description><![CDATA[After Uncle Buddy&#8217;s square dancin&#8217; lessons in the ole barn (gym), campers enjoyed a traditional American BBQ with burgers, fries, hot dogs and good company. All the little cowboys and cowgirls were taken on a hay ride by Jon after they got their fixin&#8217; of BBQ! Check out this short video clip from group 1&#8242;s [...]]]></description>
			<content:encoded><![CDATA[
<p>After Uncle Buddy&#8217;s square dancin&#8217; lessons in the ole barn (gym), campers enjoyed a traditional American BBQ with burgers, fries, hot dogs and good company. All the little cowboys and cowgirls were taken on a hay ride by Jon after they got their fixin&#8217; of BBQ! Check out this short video clip from group 1&#8242;s hay ride around Camp Redwood:</p>
<p><a href="http://www.youtube.com/watch?v=_FBV1LetDqk"><img src="http://img.youtube.com/vi/_FBV1LetDqk/2.jpg"></a></p>
<p><a href="http://www.youtube.com/watch?v=_FBV1LetDqk">Click here</a> to view the video on YouTube.</p>

<p>Check out more videos on our <a href="http://www.youtube.com/user/TheCampRedwood">youtube channel</a> &amp; be sure to look at our photo albums on <a href="http://www.facebook.com/campredwood">facebook</a>, we update them several times a week!</p>

]]></content:encoded>
			<wfw:commentRss>http://campredwood.net/hoe-down-hay-ride-video/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

