<?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>Caring Clowns International</title>
	<atom:link href="http://www.caringclownsinternational.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.caringclownsinternational.org</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Sat, 04 Feb 2012 20:03:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Balloon Class Gallery and Annual Report</title>
		<link>http://www.caringclownsinternational.org/balloon-class-gallery-and-annual-report/</link>
		<comments>http://www.caringclownsinternational.org/balloon-class-gallery-and-annual-report/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 18:09:20 +0000</pubDate>
		<dc:creator>cciadmin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.caringclownsinternational.org/?p=1240</guid>
		<description><![CDATA[Two new things have been added to the CCI website &#8211; ENJOY! 1. Balloon Twisting Class Gallery : On June 25th we had a Balloon Twisting Class! Check out pics from the event here!! 2. Annual Report : 2010 Annual &#8230; <a href="http://www.caringclownsinternational.org/balloon-class-gallery-and-annual-report/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Two new things have been added to the CCI website &#8211; ENJOY!<br />
1. <a href="http://www.caringclownsinternational.org/balloon-class-gallery/"> Balloon Twisting Class Gallery</a> : On June 25th we had a Balloon Twisting Class! Check out pics from the event here!!<br />
2. <a href="http://www.caringclownsinternational.org/annual-report/"> Annual Report </a>: 2010 Annual Report has been posted. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.caringclownsinternational.org/balloon-class-gallery-and-annual-report/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Beginner Clown Classes</title>
		<link>http://www.caringclownsinternational.org/clown-classes/</link>
		<comments>http://www.caringclownsinternational.org/clown-classes/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 05:59:08 +0000</pubDate>
		<dc:creator>cciadmin</dc:creator>
				<category><![CDATA[Whaz Up]]></category>

		<guid isPermaLink="false">http://www.caringclownsinternational.org/?p=922</guid>
		<description><![CDATA[$(document).ready(function() { $('#numtix').change(function() { $('input:text[name=amount]').val($(this).val()*95); var Numtix = $(this).val(); for (i=1; i]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript">
$(document).ready(function() {
  $('#numtix').change(function() {
    $('input:text[name=amount]').val($(this).val()*95);
    var Numtix = $(this).val();
    for (i=1; i<=10; i++) {
      if (i<=Numtix){
        $('#Student' +i).attr('style','display:block');
      }
      else {
        $('#Student' +i).attr('style','display:none');
      }
    }
  });
});
function isRegistrationValid(){
  var ErrorMessage = "";
  if ($('input:radio[name=balloonclass]:checked').val()==undefined){
     ErrorMessage += "Please select a date. \n"; 
  }
  var NumTix=$('#numtix').val();
  for (i=1; i<=NumTix; i++){
     if ($('input:text[name=studentname' +i+ ']').val()==""){
       ErrorMessage += "Please enter a name for Student#" +i+ ". \n";
     }
  }
for (i=1; i<=NumTix; i++){
     if ($('input:text[name=studentage' +i+ ']').val()==""){
       ErrorMessage += "Please enter an age for Student#" +i+ ". \n";
     }
  }
  if (ErrorMessage !="") {
     alert (ErrorMessage); 
     return false; 
  }
  return true;
}
function RegisterBalloonClass() {
var isValid = isRegistrationValid();
if (!isValid) {
  return;
}
var RegistrationForm = document.getElementById("balloonform");
var DescriptionElement = $('input:hidden[name=description]');
var descriptionBuffer = $('input:radio[name=balloonclass]:checked').val();
var NumTix=$('#numtix').val();
for (i=1; i<=NumTix; i++){
  descriptionBuffer += " | " + $('input:text[name=studentname' +i+ ']').val();
  descriptionBuffer += ": " + $('input:text[name=studentage' +i+ ']').val();
}
DescriptionElement.val(descriptionBuffer);
var ReturnUrlElement = $('input:hidden[name=returnUrl]');
if ($('input:radio[name=balloonclass]:checked').val() == "class1")
{ ReturnUrlElement.val("http://www.caringclownsinternational.org/thank-you-class-one");
}
else 
{ ReturnUrlElement.val("http://www.caringclownsinternational.org/thank-you-class-two");
}
RegistrationForm.submit();
}
</script></p>
<p><a href="#Register">
<p><img src="/Images/goarrow.png" /> Register Below!</a></p>
<p><img class="center balloonmaxwidth" src="/Images/Balloon-Class2.jpg" alt="" /></p>
<h1><a name="Register"></a>REGISTER TODAY</h1>
<div id="BalloonFormQuestions">
<p>
Pick a Class:<br />
<input type="radio" name="balloonclass" value="class2" checked="yes"/> April 14 &#038; 28, 2012 </p>
<p>Number of Tickets:<br />
<select name="numtix" id="numtix">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
</select>
<div id="Student1">Student #1: Name:<br />
<input name="studentname1" type="text"  maxlength="50"/> Age:<br />
<input name="studentage1" size="3" type="text"  maxlength="2" /></div>
<div id="Student2" style="display:none;">Student #2: Name:<br />
<input name="studentname2" type="text"  maxlength="50"/> Age:<br />
<input name="studentage2" size="3" type="text"  maxlength="2" /></div>
<div id="Student3" style="display:none;">Student #3: Name:<br />
<input name="studentname3" type="text"  maxlength="50"/> Age:<br />
<input name="studentage3" size="3" type="text"  maxlength="2" /></div>
<div id="Student4" style="display:none;">Student #4: Name:<br />
<input name="studentname4" type="text"  maxlength="50"/> Age:<br />
<input name="studentage4" size="3" type="text"  maxlength="2" /></div>
<div id="Student5" style="display:none;">Student #5: Name:<br />
<input name="studentname5" type="text"  maxlength="50"/> Age:<br />
<input name="studentage5" size="3" type="text"  maxlength="2" /></div>
<div id="Student6" style="display:none;">Student #6: Name:<br />
<input name="studentname6" type="text"  maxlength="50"/> Age:<br />
<input name="studentage6" size="3" type="text"  maxlength="2" /></div>
<div id="Student7" style="display:none;">Student #7: Name:<br />
<input name="studentname7" type="text"  maxlength="50"/> Age:<br />
<input name="studentage7" size="3" type="text"  maxlength="2" /></div>
<div id="Student8" style="display:none;">Student #8: Name:<br />
<input name="studentname8" type="text"  maxlength="50"/> Age:<br />
<input name="studentage8" size="3" type="text"  maxlength="2" /></div>
<div id="Student9" style="display:none;">Student #9: Name:<br />
<input name="studentname9" type="text"  maxlength="50"/> Age:<br />
<input name="studentage9" size="3" type="text"  maxlength="2" /></div>
<div id="Student10" style="display:none;">Student #10: Name:<br />
<input name="studentname10" type="text"  maxlength="50"/> Age:<br />
<input name="studentage10" size="3" type="text"  maxlength="2" /></div>
</div>
<div id="BalloonRegister">
<div id="balloonformsubmit">
<form id="balloonform" action="https://authorize.payments.amazon.com/pba/paypipeline" method="post">
<input name="immediateReturn" type="hidden" value="1" />
<input name="collectShippingAddress" type="hidden" value="1" />
<input name="signatureVersion" type="hidden" value="2" />
<input name="signatureMethod" type="hidden" value="HmacSHA256" />
<input name="minimumDonationAmount" type="hidden" value="USD 95.00" />
<input name="accessKey" type="hidden" value="11SEM03K88SD016FS1G2" />
<input name="signature" type="hidden" value="gbWxyl0a149vBPQzUIEzr6TWLI5jaVyr7PweX3xAnMI=" />
<input name="isDonationWidget" type="hidden" value="1" />
<input name="description" type="hidden" value="" />
<input name="amazonPaymentsAccountId" type="hidden" value="RZIXDCFHIVWV1UM3DSDEEIGTK9DNQHBCS4DE19" />
<input name="ipnUrl" type="hidden" value="http://www.caringclownsinternational.org" />
<input name="returnUrl" type="hidden" value="http://www.caringclownsinternational.org/thank-you-class-one">
<input name="processImmediate" type="hidden" value="1" />
<input name="cobrandingStyle" type="hidden" value="logo" />
<input name="abandonUrl" type="hidden" value="http://www.caringclownsinternational.org/" /><span class="balloontxt">
<p>Total Cost: $<br />
<input name="amount"  type="text" size="3" value="95" readonly="readonly"/></span></p>
<div class="ambg"><img src="http://g-ecx.images-amazon.com/images/G/01/asp/beige_medium_paynow_withmsg_whitebg.gif" onclick="RegisterBalloonClass()" /></div>
</div>
</form></div>
<div id="balloonextras">
<ul>
<li><a href="/Images/ClownClasses2.pdf">Print this Flyer</a></li>
<li><a href="http://maps.google.com/maps?q=West+Sound+Academy,+Poulsbo,+WA&amp;hl=en&amp;sll=47.715739,-122.603259&amp;sspn=0.010452,0.023389&amp;vpsrc=0&amp;t=h&amp;z=12">Get Directions</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.caringclownsinternational.org/clown-classes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WHAZ UP: News at a Glance: March 2011</title>
		<link>http://www.caringclownsinternational.org/whaz-up-news-at-a-glance-march-2011-2/</link>
		<comments>http://www.caringclownsinternational.org/whaz-up-news-at-a-glance-march-2011-2/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 04:34:52 +0000</pubDate>
		<dc:creator>cciadmin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Whaz Up]]></category>

		<guid isPermaLink="false">http://www.caringclownsinternational.org/?p=873</guid>
		<description><![CDATA[From time to time, we would like to provide you, our friends and supporters, a quick and easy to read snapshot of our recent and significant activities. Here is the first of these. CCI Support to Prosthetics Outreach Foundation (POF) &#8230; <a href="http://www.caringclownsinternational.org/whaz-up-news-at-a-glance-march-2011-2/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="center maxwidth" src="/Images/NewsletterHeader.jpg"><br />
<img class="center whazuprel" src="/Images/NewsletterSubHeadMar2011.jpg"></p>
<p>
From time to time, we would like to provide you, our friends and supporters, a quick and easy to read snapshot of our recent and significant activities.  Here is the first of these.
</p>
<p>
<span class="highlightblue bold underline">CCI Support to Prosthetics Outreach Foundation (POF) </a>
</p>
<p>
POF is an example of where CCI has provided help.
</p>
<p>
CCI has been supporting POF with financial assistance for nine years for their marvelous work to provide prosthetics to amputees and corrective measures for children with foot deformities in Asia and Africa.  During this time, we have provided POF $21,500 for prosthetic limbs for thirty six children in Vietnam, and to help fund POF’s expanding club foot education and emergency surgery programs in Vietnam and Sierra Leon.
</p>
<p>
On March 21, at POF’s annual dinner- auction fundraiser, where our clowns played with guests during the silent and live auctions and dinner, we presented Winfried Danke, POF’s Executive Director, our latest contribution of $4,500.
</p>
<p><img  class="center maxwidth" src="/Images/NewsletterMar2011Img.jpg"><br />
<span class="bold smallnote highlightblue center">Mr. Winfried Danke, Executive Director of Prosthetics Outreach Foundation, accepts CCI’s $4,500 check <br/>from Dave “Alfredo dona Cooka “Nichols, CCI’s Secretary. “Banjo,” “LaLa” and “Duffy,” also CCI board members, assist  </a></p>
<p>
To give you an idea of the impact of your support to us, here is the letter Mr. Danke provided back to us after the event.
</p>
<p><a href="http://www.caringclownsinternational.org/Images/NewsletterMarLetter.jpg"><img class="center newslettermar  maxwidth" src="/Images/NewsletterMarLetter.jpg"></a></p>
<p>
Check in periodically to <span class="highlightblue bold">“Whaz Up! – News at a Glance”</span> for the latest news about our goings-on!
</p>
<p>
THANK YOU for all your continuing support!
</p>
<p>
You may continue to contribute through our <a href="/donate">donate</a> button on the site, or via mail- Caring Clowns International, P.O. Box 75, Suquamish, WA 98392.
</p>
<p>
All Our Best to each of you!
</p>
<p>
For all us clowns,
</p>
<p><img src="/Images/Duffysig.png"><br />
Jed “Duffy” Selter<br />
President and Executive Director (Volunteer)<br />
Caring Clowns International </p>
]]></content:encoded>
			<wfw:commentRss>http://www.caringclownsinternational.org/whaz-up-news-at-a-glance-march-2011-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Duffy interview on &#8220;Service Above Radio&#8221;</title>
		<link>http://www.caringclownsinternational.org/duffy-interview-on-service-above-radio/</link>
		<comments>http://www.caringclownsinternational.org/duffy-interview-on-service-above-radio/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 12:49:51 +0000</pubDate>
		<dc:creator>Alfredo</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.caringclownsinternational.org/?p=856</guid>
		<description><![CDATA[Nice radio interview by our clown leader http://serviceaboveselfradio.org/2011/03/18/010-serviceaboveselfradio-caring-clowns-international/ &#160; &#160;]]></description>
			<content:encoded><![CDATA[<p>Nice radio interview by our clown leader</p>
<p><a title="Duffy interview" href="http://serviceaboveselfradio.org/2011/03/18/010-serviceaboveselfradio-caring-clowns-international/" target="_blank">http://serviceaboveselfradio.org/2011/03/18/010-serviceaboveselfradio-caring-clowns-international/</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caringclownsinternational.org/duffy-interview-on-service-above-radio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A night in Bellevue, Washington</title>
		<link>http://www.caringclownsinternational.org/a-night-in-bellevue-washington/</link>
		<comments>http://www.caringclownsinternational.org/a-night-in-bellevue-washington/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 00:18:31 +0000</pubDate>
		<dc:creator>Alfredo</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.caringclownsinternational.org/?p=842</guid>
		<description><![CDATA[Saturday night four clowns from Caring Clowns International (CCI) descended on the Meydenbauer Center in Bellevue Wa for the Prosthetics Outreach Foundation annual fund raising auction and dinner. We clowned, juggled, made balloons&#8230; for adults. We provided entertainment while the &#8230; <a href="http://www.caringclownsinternational.org/a-night-in-bellevue-washington/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Saturday night four clowns from Caring Clowns International (CCI) descended on the Meydenbauer Center in Bellevue Wa for the Prosthetics Outreach Foundation annual fund raising auction and dinner.  We clowned, juggled, made balloons&#8230; for adults.<br />
We provided entertainment while the silent auction was going on and and carrying cakes for auction during dinner.  </p>
<p>What most of the guest didn&#8217;t know was our most important mission that evening was to present the foundation with a check for $4,500. This completed a commitment we made to raise $10,000 for club foot education and emergency surgery program in Vietnam.<br />
Since our first donation of $250 in 2003, CCI has donated $21,500 to POF.<br />
This is what we do, won&#8217;t you join us? </p>
]]></content:encoded>
			<wfw:commentRss>http://www.caringclownsinternational.org/a-night-in-bellevue-washington/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>North Kitsap Herald Article</title>
		<link>http://www.caringclownsinternational.org/north-kitsap-herald-article/</link>
		<comments>http://www.caringclownsinternational.org/north-kitsap-herald-article/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 22:56:00 +0000</pubDate>
		<dc:creator>Alfredo</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.caringclownsinternational.org/?p=817</guid>
		<description><![CDATA[A nice article on our founder (Duffy) and Caring Clowns International.  I am proud to be a part of this organization. Click here for Article &#160; Alfredo]]></description>
			<content:encoded><![CDATA[<p>A nice article on our founder (Duffy) and Caring Clowns International.  I am proud to be a part of this organization.</p>
<p><a title="Caring Clowns International" href="http://www.pnwlocalnews.com/kitsap/nkh/news/117407908.html" target="_blank">Click here for Article</a></p>
<p>&nbsp;</p>
<p>Alfredo</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caringclownsinternational.org/north-kitsap-herald-article/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Please place your seat in the most uncomfortable position</title>
		<link>http://www.caringclownsinternational.org/please-place-your-seat-in-the-most-uncomfortable-position/</link>
		<comments>http://www.caringclownsinternational.org/please-place-your-seat-in-the-most-uncomfortable-position/#comments</comments>
		<pubDate>Sun, 27 Feb 2011 14:50:58 +0000</pubDate>
		<dc:creator>Alfredo</dc:creator>
				<category><![CDATA[Peru]]></category>

		<guid isPermaLink="false">http://www.caringclownsinternational.org/?p=737</guid>
		<description><![CDATA[It is over, the clowning gear is home, and the clowns of are scattered to the winds.  &#8220;Pelukyta&#8221; was off to Miami on his way home, &#8220;Sox&#8221; was going to another city in Peru to teach English for a month. &#8230; <a href="http://www.caringclownsinternational.org/please-place-your-seat-in-the-most-uncomfortable-position/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It is over, the clowning gear is home, and the clowns of are scattered to the winds.  &#8220;Pelukyta&#8221; was off to Miami on his way home, &#8220;Sox&#8221; was going to another city in Peru to teach English for a month. &#8220;Alfredo&#8221;, &#8220;Duffy&#8221; and &#8220;Banjo&#8221; are home safe in Washington state.  But of course the trip is part of the adventure.  Just a few highlights!</p>
<p>As we landed in Atlanta the stewardess came on the PA (interrupting my movie) to inform us we would be landing soon and we had to put our tray tables up and to place our seats in the most uncomfortable positions.  Some things do translate correctly <img src='http://www.caringclownsinternational.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>In Atlanta we passed through two checkpoints and were welcomed home by our friends at Immigrations. As we waited for our bags to recheck them onto our last leg to Seattle we had a small incident; as an agriculture dog walked through our bags Banjo asked the armed agent &#8220;Could I pet your dog?&#8221;.  He admits it was his clown that said it because his &#8220;normal&#8221; brain knew it was wrong as soon as he said it. They let him travel on with the admonishment that Duffy had to keep a closer eye on Banjo.</p>
<p>We arrived in Seattle and were warmly welcomed home by our families, but not so much by the weather. It was snowing and 37 degrees.</p>
<p>SO the trip is over, the good we can do there is not over.  This trip was not paid for with the funds you have/will donate.  We were 100% supported (flight, hotel and food) by <a href="http://www.komedyplast.org/index.htm" target="_blank">Komedyplast</a>.</p>
<p>We can continue to do good things for the people/organizations we worked with through your donations. The amount of good our dollar does is amplified by the low cost in this country coupled with we have talked to the people who are getting the money; and they are good people doing good things!  So I ask if you have not already done it, go to our website and give what you can, it will do good.</p>
<p>Thank you for reading and thank you for all you do to support the work of <a href="http://www.caringclownsinternational.org/" target="_blank">Caring Clowns International</a>.</p>
<p>Alfredo</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caringclownsinternational.org/please-place-your-seat-in-the-most-uncomfortable-position/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Last day in Peru</title>
		<link>http://www.caringclownsinternational.org/last-day-in-peru/</link>
		<comments>http://www.caringclownsinternational.org/last-day-in-peru/#comments</comments>
		<pubDate>Sun, 27 Feb 2011 14:21:10 +0000</pubDate>
		<dc:creator>Alfredo</dc:creator>
				<category><![CDATA[Peru]]></category>

		<guid isPermaLink="false">http://www.caringclownsinternational.org/?p=729</guid>
		<description><![CDATA[Our last day in Peru was a long one; we began with a 6AM (EST) wake up, packed out our rooms, got in clown drove 2 hours through the traffic to a shanty town up high above Lima. We arrived &#8230; <a href="http://www.caringclownsinternational.org/last-day-in-peru/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">

<a href='http://www.caringclownsinternational.org/last-day-in-peru/hillside-shanty-town/' title='Hillside Shanty town'><img width="150" height="150" src="http://www.caringclownsinternational.org/wp-content/uploads/2011/02/Hillside-Shanty-town-150x150.jpg" class="attachment-thumbnail" alt="Hillside Shanty tow(look in the distance)" title="Hillside Shanty town" /></a>
<a href='http://www.caringclownsinternational.org/last-day-in-peru/duffy-sox-on-last-day/' title='Duffy &amp; Sox on last day'><img width="150" height="150" src="http://www.caringclownsinternational.org/wp-content/uploads/2011/02/Duffy-Sox-on-last-day-150x150.jpg" class="attachment-thumbnail" alt="Duffy &amp; Sox in the Shanty Town" title="Duffy &amp; Sox on last day" /></a>
<a href='http://www.caringclownsinternational.org/last-day-in-peru/duffy-banjo-shanty-town-school/' title='Duffy &amp; Banjo @ shanty town School'><img width="150" height="150" src="http://www.caringclownsinternational.org/wp-content/uploads/2011/02/Duffy-Banjo-@-shanty-town-School-150x150.jpg" class="attachment-thumbnail" alt="Duffy &amp; Banjo @ shanty town School" title="Duffy &amp; Banjo @ shanty town School" /></a>

<p>Our last day in Peru was a long one; we began with a 6AM (EST) wake up, packed out our rooms, got in clown drove 2 hours through the traffic to a shanty town up high above Lima. We arrived at the top of this shanty area and piled out into a school that was no larger than most American bedrooms. The kids were great we clowned made balloons and generally had fun.  It seemed even more special because we knew it was our last clown gig in Peru this trip.</p>
<p>When it was over we all stood in the courtyard and smiled at each other because we knew we had done some good in this country, no matter how small.</p>
<p>We drove (yes 2 hours) back to our hotel showered, declowned and finished packing. Then off to Pizza Hut for a last meal.</p>
<p>Alfredo</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caringclownsinternational.org/last-day-in-peru/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A place by the Sea</title>
		<link>http://www.caringclownsinternational.org/a-place-by-the-sea/</link>
		<comments>http://www.caringclownsinternational.org/a-place-by-the-sea/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 21:42:13 +0000</pubDate>
		<dc:creator>Alfredo</dc:creator>
				<category><![CDATA[Peru]]></category>

		<guid isPermaLink="false">http://www.caringclownsinternational.org/?p=710</guid>
		<description><![CDATA[Good morning, Yesterday we were treated to a special place to clown at Cruz Blanca which is a camp for girls aged 4-14 to get away from their homes in the shanty towns on the surrounding hills for two weeks. &#8230; <a href="http://www.caringclownsinternational.org/a-place-by-the-sea/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Good morning,<br />
Yesterday we were treated to a special place to clown at Cruz Blanca which is a camp for girls aged 4-14 to get away from their homes in the shanty towns on the surrounding hills for two weeks. It is a piece of very nice property, the church bought and donated to a local order of brothers, who built out the facility with donations.  These girls have very little in the world, and this place is a couple of weeks away from their lives of living in a shanty. For this wonderful little time it cost $100 dollars per girl. All given by donations. I&#8217;ll get back to that&#8230;<br />
Interestingly enough the older (16-18 year old) girls working there as volunteers most came from those shanty towns and stayed here as kids and are now giving back for a few weeks each summer.<br />
The girls all wanted hugs from the Payaso&#8217;s. We clowned made balloon animals, then went and played with the girls at their tables as they ate lunch and said their prayers.</p>
<p>So back to the little girls, for $100 American dollars a little girl gets to play on the beach, sleep in a clean bed, eat great food and be a kid. If you would like to do something nice go to our website and donate a two week stay for a girl. For every 100 dollars donated CCI will send a girl too.  It is not much, but then they don&#8217;t have much.<br />
Don&#8217;t feel pressured, it is something that touched me and as those of you who know me&#8230;.<br />
So lets send some girls to camp!</p>
<p>Alfredo</p>
<div id="attachment_706" class="wp-caption alignleft" style="width: 160px"><a href="http://www.caringclownsinternational.org/wp-content/uploads/2011/02/IMG_2113.jpg" title="IMG_2113"><img class="size-thumbnail wp-image-706 " title="IMG_2113" src="http://www.caringclownsinternational.org/wp-content/uploads/2011/02/IMG_2113-150x150.jpg" alt="" width="150" height="150" /></a><p class="wp-caption-text">Shanty TownsEnd of show</p></div>
<p><img class="size-thumbnail wp-image-708 alignleft" style="padding: 10px 5px 5px 5px;" title="IMG_2124" src="http://www.caringclownsinternational.org/wp-content/uploads/2011/02/IMG_2124-150x150.jpg" alt="" width="150" height="150" /><a href="http://www.caringclownsinternational.org/wp-content/uploads/2011/02/IMG_2118.jpg" title="IMG_2118"><img class="size-thumbnail wp-image-707 alignleft" style="padding: 10px 5px 5px 5px;" title="IMG_2118" src="http://www.caringclownsinternational.org/wp-content/uploads/2011/02/IMG_2118-150x150.jpg" alt="" width="150" height="150" /></a><a href="http://www.caringclownsinternational.org/wp-content/uploads/2011/02/IMG_2124.jpg"></a></p>
<div class="clear"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.caringclownsinternational.org/a-place-by-the-sea/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Introducing Sox</title>
		<link>http://www.caringclownsinternational.org/introducing-sox/</link>
		<comments>http://www.caringclownsinternational.org/introducing-sox/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 14:00:40 +0000</pubDate>
		<dc:creator>Alfredo</dc:creator>
				<category><![CDATA[Peru]]></category>

		<guid isPermaLink="false">http://www.caringclownsinternational.org/?p=691</guid>
		<description><![CDATA[So I realize that most of you reading this know some of the clowns from Seattle, but one you don&#8217;t know our international clown, &#8220;Sox&#8221;. Known to his mother as Andy Bownds, he is a 22 year old clown from &#8230; <a href="http://www.caringclownsinternational.org/introducing-sox/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_693" class="wp-caption aligncenter" style="width: 410px"><a href="http://www.caringclownsinternational.org/wp-content/uploads/2011/02/Sox.jpg" title="Sox"><img class="size-medium wp-image-693" title="Sox" src="http://www.caringclownsinternational.org/wp-content/uploads/2011/02/Sox-400x300.jpg" alt="" width="400" height="300" /></a><p class="wp-caption-text">Sox at work</p></div><br />
So I realize that most of you reading this know some of the clowns from Seattle, but one you don&#8217;t know our international clown, &#8220;Sox&#8221;.<br />
Known to his mother as Andy Bownds, he is a 22 year old clown from England.  Sox found clowning in of all places, an institution of higher learning (go figure). He went to Winchester University and graduated with a degree in Performing Arts and Drama. While there one of his professors gave a presentation on clowning as an art form and Andy said he knew he had found his place. He actually did his final project and dissertation on the art of hospital clowning; that is dedication!<br />
Andy is a fine craftsman at clowning, he is very expressive and he is not afraid to take a fall for a laugh (unlike us old clowns who break more easily) he does magic, juggles very well, but most importantly he CONNECTS with the kids instantly.<br />
Andy has shown his heart on this mission; our leader Jed &#8220;Duffy&#8221; Selter has been quietly talking with Sox about starting a Caring Clowns International chapter in England. Sox has agreed, not only will it give our mission wider exposure it will also give us other opportunities to help kids around the world.<br />
We look forward to great things from our first international chapter, so if you know Sox, please join me in giving him a fine clown hand(thats the big white one)</p>
<p>Alfredo</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caringclownsinternational.org/introducing-sox/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

