<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Community Wesleyan Church &#187; Default</title>
	<atom:link href="http://www.cwchurch.com/category/default/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cwchurch.com</link>
	<description>www.cwchurch.com</description>
	<lastBuildDate>Sun, 05 Sep 2010 20:54:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.6.3" -->
	<copyright>Copyright &#xA9; Community Wesleyan Church 2010 </copyright>
	<managingEditor>bpenn@cwchurch.com (Community Wesleyan Church)</managingEditor>
	<webMaster>bpenn@cwchurch.com (Community Wesleyan Church)</webMaster>
	<category>posts</category>
	<ttl>1440</ttl>
	<image>
		<url>http://my.cwchurch.com/wp-content/plugins/podpress/images/cwcpod.jpg</url>
		<title>Community Wesleyan Church &#187; Default</title>
		<link>http://www.cwchurch.com</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>www.cwchurch.com</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &amp; Culture" />
	<itunes:author>Community Wesleyan Church</itunes:author>
	<itunes:owner>
		<itunes:name>Community Wesleyan Church</itunes:name>
		<itunes:email>bpenn@cwchurch.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://my.cwchurch.com/wp-content/plugins/podpress/images/cwcpod.jpg" />
		<item>
		<title>Know on the go&#8230;</title>
		<link>http://www.cwchurch.com/2010/08/04/know-on-the-go/</link>
		<comments>http://www.cwchurch.com/2010/08/04/know-on-the-go/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 17:23:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Default]]></category>

		<guid isPermaLink="false">http://www.cwchurch.com/?p=1057</guid>
		<description><![CDATA[<p>Do you have a cellphone?  Do you text with it? Do you want to know when something is happening on the CWC website?  If you are still answering YES, then sign up below for SMS text message updates on your cellphone.  This will allow us to send messages when the website is updated, and other special events.</p>
<p><script language="javascript" type="text/javascript">
<!-- 

function easysmsRegister(){
	var ajaxRequest;  
	try{
		ajaxRequest = new XMLHttpRequest();
	} catch (e){
		try{
			ajaxRequest = new ActiveXObject("Msxml2.XMLHTTP");
		} catch (e) {
			try{
				ajaxRequest = new ActiveXObject("Microsoft.XMLHTTP");
			} catch (e){
				alert("Your browser broke!");
				return false;
			}
		}
	}
	ajaxRequest.onreadystatechange = function(){
		if(ajaxRequest.readyState == 4){
			var ajaxDisplay = document.getElementById('easysmsDiv');
			ajaxDisplay.innerHTML = ajaxRequest.responseText;
		}
	}
	document.getElementById('easysms_click').value = "One Moment Please";
	document.getElementById('easysms_click').disabled = true;

	var first = document.getElementById('first').value;
	var last = document.getElementById('last').value;
        var phone = document.getElementById('phone').value;
        var carrier = document.getElementById('carrier').value;
	var queryString = "?first=" + first + "&last=" + last + "&phone=" + phone + "&carrier=" + carrier + "&smsregister=true";
	ajaxRequest.open("GET", queryString, true);
	ajaxRequest.send(null); 
}

function easysmsConfirm(){
	var ajaxRequest;  
	try{
		
		ajaxRequest = new XMLHttpRequest();
	} catch (e){
		
		try{
			ajaxRequest = new ActiveXObject("Msxml2.XMLHTTP");
		} catch (e) {
			try{
				ajaxRequest = new ActiveXObject("Microsoft.XMLHTTP");
			} catch (e){
				
				alert("Your browser broke!");
				return false;
			}
		}
	}
	ajaxRequest.onreadystatechange = function(){
		if(ajaxRequest.readyState == 4){
			var ajaxDisplay = document.getElementById('easysmsDiv');
			ajaxDisplay.innerHTML = ajaxRequest.responseText;
		}
	}
	document.getElementById('easysms_confirm').value = "Checking Confirmation";
	document.getElementById('easysms_confirm').disabled = true;
	document.getElementById('easysms_resend').disabled = true;
	document.getElementById('easysms_change').disabled = true;

	var cellcode = document.getElementById('cellcode').value;
	var phone = document.getElementById('phone').value;
        var smsconfirm = document.getElementById('smsconfirm').value;
	var queryString = "?cellcode=" + cellcode + "&phone=" + phone + "&smsconfirm=true";
	ajaxRequest.open("GET", queryString, true);
	ajaxRequest.send(null); 
}

function easysmsResend(){
	var ajaxRequest;  
	try{
		
		ajaxRequest = new XMLHttpRequest();
	} catch (e){
		
		try{
			ajaxRequest = new ActiveXObject("Msxml2.XMLHTTP");
		} catch (e) {
			try{
				ajaxRequest = new ActiveXObject("Microsoft.XMLHTTP");
			} catch (e){
				
				alert("Your browser broke!");
				return false;
			}
		}
	}
	ajaxRequest.onreadystatechange = function(){
		if(ajaxRequest.readyState == 4){
			var ajaxDisplay = document.getElementById('easysmsDiv');
			ajaxDisplay.innerHTML = ajaxRequest.responseText;
		}
	}
	document.getElementById('easysms_resend').value = "Resending Code";
	document.getElementById('easysms_confirm').disabled = true;
	document.getElementById('easysms_resend').disabled = true;
	document.getElementById('easysms_change').disabled = true;

	var phone = document.getElementById('phone1').value;
        var smsresend = document.getElementById('smsresend').value;
	var queryString = "?phone=" + phone + "&smsresend=true";
	ajaxRequest.open("GET", queryString, true);
	ajaxRequest.send(null); 
}

function easysmsChange(){
	var ajaxRequest;  
	try{
		
		ajaxRequest = new XMLHttpRequest();
	} catch (e){
		
		try{
			ajaxRequest = new ActiveXObject("Msxml2.XMLHTTP");
		} catch (e) {
			try{
				ajaxRequest = new ActiveXObject("Microsoft.XMLHTTP");
			} catch (e){
				
				alert("Your browser broke!");
				return false;
			}
		}
	}
	ajaxRequest.onreadystatechange = function(){
		if(ajaxRequest.readyState == 4){
			var ajaxDisplay = document.getElementById('easysmsDiv');
			ajaxDisplay.innerHTML = ajaxRequest.responseText;
		}
	}
	document.getElementById('easysms_change').value = "Deleting Number";
	document.getElementById('easysms_confirm').disabled = true;
	document.getElementById('easysms_resend').disabled = true;
	document.getElementById('easysms_change').disabled = true;

	var phone = document.getElementById('phone2').value;
        var smschange = document.getElementById('smsresend').value;
	var queryString = "?phone=" + phone + "&smschange=true";
	ajaxRequest.open("GET", queryString, true);
	ajaxRequest.send(null); 
}

function easysmsRetrieve(){
	var ajaxRequest;  
	try{
		
		ajaxRequest = new XMLHttpRequest();
	} catch (e){
		
		try{
			ajaxRequest = new ActiveXObject("Msxml2.XMLHTTP");
		} catch (e) {
			try{
				ajaxRequest = new ActiveXObject("Microsoft.XMLHTTP");
			} catch (e){
				
				alert("Your browser broke!");
				return false;
			}
		}
	}
	ajaxRequest.onreadystatechange = function(){
		if(ajaxRequest.readyState == 4){
			var ajaxDisplay = document.getElementById('easysmsDiv');
			ajaxDisplay.innerHTML = ajaxRequest.responseText;
		}
	}
	document.getElementById('easysms_retrieve').value = "One Moment Please";
	document.getElementById('easysms_retrieve').disabled = true;
	document.getElementById('easysms_click').disabled = true;
	document.getElementById('easysms_manage').disabled = true;

	var smsretrieve = document.getElementById('smsretrieve').value;
	var queryString = "?smsretrieve=true";
	ajaxRequest.open("GET", queryString, true);
	ajaxRequest.send(null); 
}

function easysmsHome(){
	var ajaxRequest;  
	try{
		
		ajaxRequest = new XMLHttpRequest();
	} catch (e){
		
		try{
			ajaxRequest = new ActiveXObject("Msxml2.XMLHTTP");
		} catch (e) {
			try{
				ajaxRequest = new ActiveXObject("Microsoft.XMLHTTP");
			} catch (e){
				
				alert("Your browser broke!");
				return false;
			}
		}
	}
	ajaxRequest.onreadystatechange = function(){
		if(ajaxRequest.readyState == 4){
			var ajaxDisplay = document.getElementById('easysmsDiv');
			ajaxDisplay.innerHTML = ajaxRequest.responseText;
		}
	}
	document.getElementById('easysms_home').value = "One Moment Please";
	document.getElementById('easysms_home').disabled = true;
	document.getElementById('easysms_resend').disabled = true;
	document.getElementById('easysms_unsubscribe').disabled = true;

	var smshome = document.getElementById('smshome').value;
	var queryString = "?smshome=true";
	ajaxRequest.open("GET", queryString, true);
	ajaxRequest.send(null); 
}


function easysmsManage(){
	var ajaxRequest;  
	try{
		
		ajaxRequest = new XMLHttpRequest();
	} catch (e){
		
		try{
			ajaxRequest = new ActiveXObject("Msxml2.XMLHTTP");
		} catch (e) {
			try{
				ajaxRequest = new ActiveXObject("Microsoft.XMLHTTP");
			} catch (e){
				
				alert("Your browser broke!");
				return false;
			}
		}
	}
	ajaxRequest.onreadystatechange = function(){
		if(ajaxRequest.readyState == 4){
			var ajaxDisplay = document.getElementById('easysmsDiv');
			ajaxDisplay.innerHTML = ajaxRequest.responseText;
		}
	}
	document.getElementById('easysms_manage').value = "One Moment Please";
	document.getElementById('easysms_manage').disabled = true;
	document.getElementById('easysms_click').disabled = true;
	document.getElementById('easysms_retrieve').disabled = true;

	var smsmanage = document.getElementById('smsmanage').value;
	var queryString = "?smsmanage=true";
	ajaxRequest.open("GET",  queryString, true);
	ajaxRequest.send(null); 
}

function easysmsUnsubscribe(){
	var ajaxRequest;  
	try{
		
		ajaxRequest = new XMLHttpRequest();
	} catch (e){
		
		try{
			ajaxRequest = new ActiveXObject("Msxml2.XMLHTTP");
		} catch (e) {
			try{
				ajaxRequest = new ActiveXObject("Microsoft.XMLHTTP");
			} catch (e){
				
				alert("Your browser broke!");
				return false;
			}
		}
	}
	ajaxRequest.onreadystatechange = function(){
		if(ajaxRequest.readyState == 4){
			var ajaxDisplay = document.getElementById('easysmsDiv');
			ajaxDisplay.innerHTML = ajaxRequest.responseText;
		}
	}
	document.getElementById('easysms_unsubscribe').value = "One Moment Please";
	document.getElementById('easysms_unsubscribe').disabled = true;

	var phone = document.getElementById('phone').value;
	var carrier = document.getElementById('carrier').value;
	var smsunsubscribe = document.getElementById('smsunsubscribe').value;
	var queryString = "?smsunsubscribe=true" + "&phone=" + phone + "&carrier=" + carrier;
	ajaxRequest.open("GET", queryString, true);
	ajaxRequest.send(null); 
}



//-->
</script>    

       <div class="easysms_widget">
       <div id='easysmsDiv'>
             <form class='easysms'>
      <label class="easysms">First Name</label>
      <input class='easysms'  type="text" id='first' value="">
      
      <label class="easysms">Last Name</label>
      <input class='easysms'  type="text" id='last' value="" >
     
      <label class="easysms">Your Mobile Number</label>
      <input class='easysms'  id='phone' type="text" maxlength="15" value=""> 
        <label class="easysms">Your Mobile Carrier</label>
      <select class="easysms" id="carrier">
            <option size=30 selected value="notselected">Choose Your Carrier</option>
<option value=11>Airpeak</option><option value=12>Alaska Com. Systems</option><option value=13>Alaska Wireless</option><option value=8>Alltel</option><option value=14>Appalachian Wireless</option><option value=9>ATT Mobile</option><option value=10>ATT Wireless</option><option value=21>Bellsouth</option><option value=82>Blue Sky Frog</option><option value=15>Bluegrass Cellular</option><option value=16>Boost Mobile</option><option value=17>Carolina West</option><option value=18>Cellular South</option><option value=20>CellularOne Dobson</option><option value=19>CellularOne West</option><option value=81>Centurytel</option><option value=22>Cincinatti Bell</option><option value=6>Cingular</option><option value=80>Comcast</option><option value=23>Corr Wireless</option><option value=52>Cricket</option><option value=24>Edge Wireless</option><option value=25>EinsteinPCS</option><option value=53>Fido Canada</option><option value=79>Houston Cellular</option><option value=26>Inland Cellular</option><option value=27>MetroPCS</option><option value=28>Midwest Wireless</option><option value=78>Movistar</option><option value=7>Nextel</option><option value=29>nTelos</option><option value=30>Omnipoint</option><option value=77>Pagemart Canada</option><option value=76>Pagenet Canada</option><option value=75>PageOne Northwest</option><option value=74>PCSOne</option><option value=72>Pioneer / Enid</option><option value=73>PlugGSM</option><option value=71>Powertel</option><option value=70>Price Communications</option><option value=69>Primeco</option><option value=68>Primetel</option><option value=67>Qualcomm</option><option value=31>Qwest</option><option value=51>Rogers</option><option value=66>Safaricom</option><option value=65>Satelink</option><option value=64>SFR France</option><option value=63>Skytel Pagers</option><option value=62>Smart Telecom</option><option value=32>SouthernLINC</option><option value=61>Southwestern Bell</option><option value=33>Sprint</option><option value=34>SunCom Wireless</option><option value=60>Sunrise Mobile</option><option value=35>Surewest Wireless</option><option value=59>SwissCom</option><option value=36>T-Mobile Germany</option><option value=37>T-Mobile UK</option><option value=38>T-Mobile USA</option><option value=39>Telenor</option><option value=58>Teletouch</option><option value=40>Telia Denmark</option><option value=41>Telus Mobility</option><option value=42>The Phone House</option><option value=43>TIM</option><option value=44>UMC</option><option value=54>Unicel</option><option value=46>US Cellular</option><option value=55>USA Mobility</option><option value=4>Verizon</option><option value=45>Virgin Mobile Canada</option><option value=47>Virgin Mobile USA</option><option value=5>VMobile</option><option value=48>Vodafone UK</option><option value=49>WellCom</option><option value=56>West Central Wireless</option><option value=57>Western Wireless</option><option value=50>Wyndtell</option>    </select>
      <p class='easysms_text'>By confirming my cell number, I agree that I am responsible for all of my carrier text messaging charges.</p>      
      <input class="easysms_button" type="button" id="easysms_click" onclick='easysmsRegister()' value="I Agree" />
      </form>
      
	<form class="easysms_links">
	<input type="hidden" id="smsretrieve" value="true">
	<input class="easysms_links" type="button" id="easysms_retrieve" onclick='easysmsRetrieve()' value="Resend Code" />
	</form>
	<form class="easysms_links">
	<input type="hidden" id="smsmanage" value="true">
	<input class="easysms_links" type="button" id="easysms_manage" onclick='easysmsManage()' value="Unsubscribe" />
	</form>
	

       </div>
       </div>
</p>
]]></description>
		<wfw:commentRss>http://www.cwchurch.com/2010/08/04/know-on-the-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Market Day!</title>
		<link>http://www.cwchurch.com/2010/07/19/market-day/</link>
		<comments>http://www.cwchurch.com/2010/07/19/market-day/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 15:30:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Default]]></category>

		<guid isPermaLink="false">http://www.cwchurch.com/?p=999</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.cwchurch.com/2010/07/19/market-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who does the shopping at your house?</title>
		<link>http://www.cwchurch.com/2010/03/07/scrip-available-for-cwc/</link>
		<comments>http://www.cwchurch.com/2010/03/07/scrip-available-for-cwc/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 01:53:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Default]]></category>

		<guid isPermaLink="false">http://www.cwchurch.com/?p=932</guid>
		<description><![CDATA[Do you shop??? Plan ahead and purchase gift cards or gift certificates and a portion of your purchase helps CWC. Scrip can be ordered and earn money for the church ministries.  Scrip is available for most major local retailers.  Contact Julie Bartos (jbartos@cwchurch.com) for details or to purchase your scrip.]]></description>
		<wfw:commentRss>http://www.cwchurch.com/2010/03/07/scrip-available-for-cwc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Membership Classes</title>
		<link>http://www.cwchurch.com/2010/03/07/membership-classes/</link>
		<comments>http://www.cwchurch.com/2010/03/07/membership-classes/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 01:49:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Default]]></category>

		<guid isPermaLink="false">http://www.cwchurch.com/?p=930</guid>
		<description><![CDATA[We have set the next 8 Wednesdays aside for membership classes and Bible study at the church.  If you are available to help with Child Care, please see Bev Burns or Amanda Aspenson. bburns&#64;&#99;&#119;&#99;&#104;&#117;&#114;&#99;&#104;&#46;&#99;&#111;&#109; aaspenson&#64;&#99;&#119;&#99;&#104;&#117;&#114;&#99;&#104;&#46;&#99;&#111;&#109;]]></description>
		<wfw:commentRss>http://www.cwchurch.com/2010/03/07/membership-classes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ladies Night Out</title>
		<link>http://www.cwchurch.com/2010/03/07/ladies-night-out/</link>
		<comments>http://www.cwchurch.com/2010/03/07/ladies-night-out/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 01:47:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Default]]></category>

		<guid isPermaLink="false">http://www.cwchurch.com/?p=928</guid>
		<description><![CDATA[Ladies night out is Friday, March 19th at Leah Clarks house at 6PM. Bring a snack to share.  A jewelry swap might take place see Leah or Carrie Fanrsworth for details.]]></description>
		<wfw:commentRss>http://www.cwchurch.com/2010/03/07/ladies-night-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mom to Mom Sale</title>
		<link>http://www.cwchurch.com/2010/03/07/mom-to-mom-sale-2/</link>
		<comments>http://www.cwchurch.com/2010/03/07/mom-to-mom-sale-2/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 01:17:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Default]]></category>

		<guid isPermaLink="false">http://www.cwchurch.com/?p=923</guid>
		<description><![CDATA[A Mom to Mom sale is scheduled for April 17th.  Please see Rachel Vagi if you are interested in having a table or volunteering that day.]]></description>
		<wfw:commentRss>http://www.cwchurch.com/2010/03/07/mom-to-mom-sale-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go Team</title>
		<link>http://www.cwchurch.com/2010/03/07/go-team/</link>
		<comments>http://www.cwchurch.com/2010/03/07/go-team/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 00:49:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[Missions]]></category>

		<guid isPermaLink="false">http://www.cwchurch.com/2010/03/07/go-team/</guid>
		<description><![CDATA[Our 2nd GoTeam Even is scheduled for Friday, March 26th @ 5:00PM. GoTeam&#8217;s purpose is to share God&#8217;s love through random acts of kindness. Come join us as we wash car windows and topp off washer fluid. If you are interested in coordination this even of future GoTeam events, see Bev Burns or email at [...]]]></description>
		<wfw:commentRss>http://www.cwchurch.com/2010/03/07/go-team/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Matthew 4</title>
		<link>http://www.cwchurch.com/2009/09/20/matthew-4/</link>
		<comments>http://www.cwchurch.com/2009/09/20/matthew-4/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 15:56:51 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[Sermons]]></category>

		<guid isPermaLink="false">http://www.cwchurch.com/?p=856</guid>
		<description><![CDATA[Matthew 4 Message by Brendon Aspenson at CWC]]></description>
		<wfw:commentRss>http://www.cwchurch.com/2009/09/20/matthew-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<enclosure url="http://www.cwchurch.com/cwchurch/podcast/cwc20090920_baspenson.mp3" length="19551497" type="audio/mpeg" />
		<itunes:duration>46:29</itunes:duration>
		<itunes:subtitle>Matthew 4

Message by Brendon Aspenson at CWC </itunes:subtitle>
		<itunes:summary>Matthew 4

Message by Brendon Aspenson at CWC</itunes:summary>
		<itunes:keywords>Default, Sermons</itunes:keywords>
		<itunes:author>bpenn@cwchurch.com</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>no</itunes:block>
	</item>
		<item>
		<title>Airport Chats #4 &#8211; Let It Go</title>
		<link>http://www.cwchurch.com/2009/06/28/airport-chats-4-let-it-go/</link>
		<comments>http://www.cwchurch.com/2009/06/28/airport-chats-4-let-it-go/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 02:27:08 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[Sermons]]></category>

		<guid isPermaLink="false">http://www.cwchurch.com/?p=827</guid>
		<description><![CDATA[Airport Chats #4 &#8211; Let It Go Message by Emily Miller]]></description>
		<wfw:commentRss>http://www.cwchurch.com/2009/06/28/airport-chats-4-let-it-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<enclosure url="http://www.cwchurch.com/cwchurch/podcast/cwc20090628_emiller.mp3" length="12027908" type="audio/mpeg" />
		<itunes:duration>28:34</itunes:duration>
		<itunes:subtitle>Airport Chats #4 - Let It Go

Message by Emily Miller </itunes:subtitle>
		<itunes:summary>Airport Chats #4 - Let It Go

Message by Emily Miller</itunes:summary>
		<itunes:keywords>Default, Sermons</itunes:keywords>
		<itunes:author>bpenn@cwchurch.com</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>no</itunes:block>
	</item>
		<item>
		<title>Airport Chats #3 &#8211; Disciplers</title>
		<link>http://www.cwchurch.com/2009/06/21/airport-chats-3-disciplers/</link>
		<comments>http://www.cwchurch.com/2009/06/21/airport-chats-3-disciplers/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 02:25:14 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[Sermons]]></category>

		<guid isPermaLink="false">http://www.cwchurch.com/?p=825</guid>
		<description><![CDATA[Airport Chats #3 &#8211; Disciplers Father&#8217;s Day message by Matt Miller]]></description>
		<wfw:commentRss>http://www.cwchurch.com/2009/06/21/airport-chats-3-disciplers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<enclosure url="http://www.cwchurch.com/cwchurch/podcast/cwc20090621_mmiller.mp3" length="16750938" type="audio/mpeg" />
		<itunes:duration>39:49</itunes:duration>
		<itunes:subtitle>Airport Chats #3 - Disciplers

Father's Day message by Matt Miller </itunes:subtitle>
		<itunes:summary>Airport Chats #3 - Disciplers

Father's Day message by Matt Miller</itunes:summary>
		<itunes:keywords>Default, Sermons</itunes:keywords>
		<itunes:author>bpenn@cwchurch.com</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>no</itunes:block>
	</item>
	</channel>
</rss>
