<?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/"
	>

<channel>
	<title>epic4life.com</title>
	<atom:link href="http://epic4life.com/support/feed/" rel="self" type="application/rss+xml" />
	<link>http://epic4life.com/support</link>
	<description>Epic Church, Andover, KS.</description>
	<pubDate>Thu, 30 Oct 2008 19:25:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Where&#8217;s The People?</title>
		<link>http://epic4life.com/support/2008/10/wheres-the-people/</link>
		<comments>http://epic4life.com/support/2008/10/wheres-the-people/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 19:25:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://epic4life.com/?p=325</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=vTvEuknfxVo"><img src="http://img.youtube.com/vi/vTvEuknfxVo/default.jpg" width="130" height="97" border=0></a></p>
]]></content:encoded>
			<wfw:commentRss>http://epic4life.com/support/2008/10/wheres-the-people/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Donate Online to Epic Church</title>
		<link>http://epic4life.com/support/2008/10/donations/</link>
		<comments>http://epic4life.com/support/2008/10/donations/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 16:38:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Donations]]></category>

		<category><![CDATA[Give to Epic]]></category>

		<category><![CDATA[Online Giving]]></category>

		<guid isPermaLink="false">http://epic4life.com/?p=197</guid>
		<description><![CDATA[Start Giving Online to Epic Church Today!
All donations are tax deductible and will be processed through Pay-Pal (Completely secure &#38; safe).  Choose an option below: either a recurring donation or a One-Time Donation, clicking the button will take you to Pay-Pal&#8217;s site to complete the donation.

  
  


    

 [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Start Giving Online to Epic Church Today!</strong><br />
All donations are tax deductible and will be processed through Pay-Pal (Completely secure &amp; safe).  Choose an option below: either a recurring donation or a One-Time Donation, clicking the button will take you to Pay-Pal&#8217;s site to complete the donation.<br />

  <!-- Begin one-time donation form -->
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input name="business" type="hidden" value="donations@epic4life.com" /> <input name="cmd" type="hidden" value="_xclick" />
<p style="margin-bottom: 5px"><!-- Optional Variables --></p>

<input name="item_name" type="hidden" value="One-time Donation" /> <input name="no_note" type="hidden" value="1" /> <input name="return" type="hidden" value="http://epic4life.com/2008/10/thank-you-for-your-support/" /> <input name="rm" type="hidden" value="1" /> <!-- Return via GET method. No transaction variables returned. -->

<input name="cancel_return" type="hidden" value="http://epic4life.com/2008/10/donation-canceled/" /> <input name="currency_code" type="hidden" value="USD" /> <input name="no_shipping" type="hidden" value="1" />
<div class="box2a">
<div class="top"></div><ul class="nav1 idTabs">
			<li><a href="#recur"><span>Recurring Donations</span></a></li>
			<li><a href="#one"><span>One-Time Donation</span></a></li>
        </ul>
		<div class="spacer white">
		<ul class="list1" id="one">

          <div align="left"><strong>One-Time Donation </strong><br />
            <a href="#">To make a <strong><em>one-time</em></strong> donation to Epic Church through pay-pal's safe and secure merchant portal, click the button below</a> <br/>
            <br/>

              <input id="img8" alt="Make a One-Time Donation" name="Donate" src="http://epic4life.com/one-time.gif" type="image" />
                </p>
           </div>
		</ul>
</form>
  <script type="text/vbscript"><!--
function FrontPage_Form2_onsubmit()
  Set theForm = document.FrontPage_Form2

  If (theForm.a3.value = "") Then
    MsgBox "Please enter a value for the ""Amount"" field.", 0, "Validation Error"
    theForm.a3.focus()
    FrontPage_Form2_onsubmit = False
    Exit Function
  End If

  If (Len(theForm.a3.value) < 1) Then
    MsgBox "Please enter at least 1 characters in the ""Amount"" field.", 0, "Validation Error"
    theForm.a3.focus()
    FrontPage_Form2_onsubmit = False
    Exit Function

  End If

  checkOK = "0123456789-." + " "+ Chr(8) + Chr(10) + Chr(12) + Chr(13)
  checkStr = theForm.a3.value
  allValid = True
  validGroups = True
  For i = 1 to len(checkStr)
    ch = Mid(checkStr, i, 1)
    If (InStr(checkOK, ch) = 0) Then
        allValid = False
        Exit For
    End If
  Next
  If (Not allValid) Then
    MsgBox "Please enter only digit, whitespace and ""."" characters in the ""Amount"" field.", 0, "Validation Error"
    theForm.a3.focus()
    FrontPage_Form2_onsubmit = False
    Exit Function
  End If

  prsVal = theForm.a3.value
  If ((prsVal <> "") And (Not (prsVal >= ".01"))) Then
    MsgBox "Please enter a value greater than or equal to "".01"" in the ""Amount"" field.", 0, "Validation Error"
    theForm.a3.focus()
    FrontPage_Form2_onsubmit = False
    Exit Function
  End If
  FrontPage_Form2_onsubmit = True
End Function
// --></script>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input name="cmd" type="hidden" value="_xclick-subscriptions" /> <input name="business" type="hidden" value="donations@epic4life.com" />
<p style="margin-bottom: 5px">
<!-- Optional Variables -->

<input name="item_name" type="hidden" value="Recurring Donation" /> <input name="no_shipping" type="hidden" value="1" /> <input name="no_note" type="hidden" value="1" /> <input name="currency_code" type="hidden" value="USD" /> <input name="sra" type="hidden" value="1" /> <input name="src" type="hidden" value="1" /> <input name="return" type="hidden" value="http://epic4life.com/2008/10/thank-you-for-your-support/" /> <input name="rm" type="hidden" value="1" /> <!-- Return via GET method. No transaction variables returned. -->

<input name="cancel_return" type="hidden" value="http://epic4life.com/2008/10/donation-canceled/" />
  <ul class="list1" id="recur">

    <div align="left"><strong>Recurring Donation </strong>  <br />
      <a href="#">Use the below form to create an  <em><strong>automatic recurring </strong></em>donation subscription to Epic Church through pay-pal's safe and secure merchant portal.      </a><br/>
      <br/>
        <strong>I want to begin donating to Epic  in the amount of:</strong> <br />
        $
        <input name="a3" size="8" type="text" value="50.00" />
        every
        <select name="p3" size="1">
          <option value="1" selected="selected">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>
          <option value="11">11</option>
          <option value="12">12</option>
        </select>
        <select name="t3" size="1">
          <option value="W">week(s)</option>
          <option value="M" selected="selected">month(s)</option>
          <option value="Y">year(s)</option>
        </select>
             </p>
             <br/><br/>
        <input id="img7" alt="Make a Recurring Donation" name="cmdRecurring" src="http://epic4life.com/recurring.gif" type="image" />
        </p>
        <br />
    <span style="font-size:9px">Cancel Your Recurring Donation by <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_subscr-find&amp;alias=5T34JCWVZNKEQ" target="_blank">Clicking Here</a></span></div>
  </ul>
  </div><div class="bot"></div></div>
</form><!-- end recurring donations form -->

</p>
<p class="style10" style="text-align: center;"><em>Because Pay-Pal keeps your information secure, your receipt for a tax deductible donation online to Epic is your email confirmation from Pay-Pal.  Please keep this for tax purposes!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://epic4life.com/support/2008/10/donations/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Donation Cancelled</title>
		<link>http://epic4life.com/support/2008/10/donation-canceled/</link>
		<comments>http://epic4life.com/support/2008/10/donation-canceled/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 16:31:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://epic4life.com/?p=195</guid>
		<description><![CDATA[We&#8217;re sorry you decided to cancel your donation.
If you&#8217;d like to tell us why, please give us any information you care to:

		
		
		
		My Fieldset
		
			Your Name(required)
			Email(valid email required)
			Website
			Message
		
		
		
			&#160;
			
			
			
			
			
		
		
		
		cforms contact form by delicious:days
]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re sorry you decided to cancel your donation.</p>
<p>If you&#8217;d like to tell us why, please give us any information you care to:</p>

		<div id="usermessagea" class="cf_info"></div>
		<form enctype="multipart/form-data" action="/support/feed/#usermessagea" method="post" class="cform" id="cformsform">
		<fieldset class="cf-fs1">
		<legend>My Fieldset</legend>
		<ol class="cf-ol">
			<li id="li--2"><label for="cf_field_2"><span>Your Name</span></label><input type="text" name="cf_field_2" id="cf_field_2" class="single fldrequired" value="Your Name" onfocus="clearField(this)" onblur="setField(this)"/><span class="reqtxt">(required)</span></li>
			<li id="li--3"><label for="cf_field_3"><span>Email</span></label><input type="text" name="cf_field_3" id="cf_field_3" class="single fldemail fldrequired" value=""/><span class="emailreqtxt">(valid email required)</span></li>
			<li id="li--4"><label for="cf_field_4"><span>Website</span></label><input type="text" name="cf_field_4" id="cf_field_4" class="single" value="http://"/></li>
			<li id="li--5"><label for="cf_field_5"><span>Message</span></label><textarea cols="30" rows="8" name="cf_field_5" id="cf_field_5" class="area"></textarea></li>
		</ol>
		</fieldset>
		<fieldset class="cf_hidden">
			<legend>&nbsp;</legend>
			<input type="hidden" name="cf_working" id="cf_working" value="One%20moment%20please..."/>
			<input type="hidden" name="cf_failure" id="cf_failure" value="Please%20fill%20in%20all%20the%20required%20fields."/>
			<input type="hidden" name="cf_codeerr" id="cf_codeerr" value="Please%20double-check%20your%20verification%20code."/>
			<input type="hidden" name="cf_customerr" id="cf_customerr" value="yyy"/>
			<input type="hidden" name="cf_popup" id="cf_popup" value="nn"/>
		</fieldset>
		<p class="cf-sb"><input type="submit" name="sendbutton" id="sendbutton" class="sendbutton" value="Submit" onclick="return cforms_validate('', false)"/></p>
		</form>
		<p class="linklove" id="ll"><a href="http://www.deliciousdays.com/cforms-plugin"><em>cforms</em> contact form by delicious:days</a></p>
]]></content:encoded>
			<wfw:commentRss>http://epic4life.com/support/2008/10/donation-canceled/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Thank You For Your Support</title>
		<link>http://epic4life.com/support/2008/10/thank-you-for-your-support/</link>
		<comments>http://epic4life.com/support/2008/10/thank-you-for-your-support/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 16:28:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://epic4life.com/?p=193</guid>
		<description><![CDATA[We cannot effectively make an eternal impact without you!  Thank you so much for your support and ongoing prayers!  Remember, all of your gifts are tax deductible!
Because Pay-Pal keeps your information secure, your receipt for a tax deductible donation online to Epic is your email confirmation from Pay-Pal. Please keep this for tax purposes!
If you [...]]]></description>
			<content:encoded><![CDATA[<p>We cannot effectively make an eternal impact without you!  Thank you so much for your support and ongoing prayers!  Remember, all of your gifts are tax deductible!</p>
<p><strong>Because Pay-Pal keeps your information secure, your receipt for a tax deductible donation online to Epic is your email confirmation from Pay-Pal. Please keep this for tax purposes!</strong></p>
<p>If you have any questions or concerns, please don&#8217;t hessitate to contact us:</p>

		<div id="usermessagea" class="cf_info"></div>
		<form enctype="multipart/form-data" action="/support/feed/#usermessagea" method="post" class="cform" id="cformsform">
		<fieldset class="cf-fs1">
		<legend>My Fieldset</legend>
		<ol class="cf-ol">
			<li id="li--2"><label for="cf_field_2"><span>Your Name</span></label><input type="text" name="cf_field_2" id="cf_field_2" class="single fldrequired" value="Your Name" onfocus="clearField(this)" onblur="setField(this)"/><span class="reqtxt">(required)</span></li>
			<li id="li--3"><label for="cf_field_3"><span>Email</span></label><input type="text" name="cf_field_3" id="cf_field_3" class="single fldemail fldrequired" value=""/><span class="emailreqtxt">(valid email required)</span></li>
			<li id="li--4"><label for="cf_field_4"><span>Website</span></label><input type="text" name="cf_field_4" id="cf_field_4" class="single" value="http://"/></li>
			<li id="li--5"><label for="cf_field_5"><span>Message</span></label><textarea cols="30" rows="8" name="cf_field_5" id="cf_field_5" class="area"></textarea></li>
		</ol>
		</fieldset>
		<fieldset class="cf_hidden">
			<legend>&nbsp;</legend>
			<input type="hidden" name="cf_working" id="cf_working" value="One%20moment%20please..."/>
			<input type="hidden" name="cf_failure" id="cf_failure" value="Please%20fill%20in%20all%20the%20required%20fields."/>
			<input type="hidden" name="cf_codeerr" id="cf_codeerr" value="Please%20double-check%20your%20verification%20code."/>
			<input type="hidden" name="cf_customerr" id="cf_customerr" value="yyy"/>
			<input type="hidden" name="cf_popup" id="cf_popup" value="nn"/>
		</fieldset>
		<p class="cf-sb"><input type="submit" name="sendbutton" id="sendbutton" class="sendbutton" value="Submit" onclick="return cforms_validate('', false)"/></p>
		</form>
		<p class="linklove" id="ll"><a href="http://www.deliciousdays.com/cforms-plugin"><em>cforms</em> contact form by delicious:days</a></p>
]]></content:encoded>
			<wfw:commentRss>http://epic4life.com/support/2008/10/thank-you-for-your-support/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Make Change</title>
		<link>http://epic4life.com/support/2008/10/make-change/</link>
		<comments>http://epic4life.com/support/2008/10/make-change/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 21:34:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Podcasts]]></category>

		<category><![CDATA[Andover]]></category>

		<category><![CDATA[Church]]></category>

		<category><![CDATA[Churches]]></category>

		<category><![CDATA[KS]]></category>

		<category><![CDATA[Online Sermon]]></category>

		<guid isPermaLink="false">http://epic4life.com/?p=181</guid>
		<description><![CDATA[What if God had something big in store for your life and you were missing out on it?  What would you do to get it?  What would you do for a once in a life time experience with God?  Luke 16:1-13.
]]></description>
			<content:encoded><![CDATA[<p>What if God had something big in store for your life and you were missing out on it?  What would you do to get it?  What would you do for a once in a life time experience with God?  Luke 16:1-13.</p>
]]></content:encoded>
			<wfw:commentRss>http://epic4life.com/support/2008/10/make-change/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What if?</title>
		<link>http://epic4life.com/support/2008/09/what-if/</link>
		<comments>http://epic4life.com/support/2008/09/what-if/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 04:21:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://epic4life.com/?p=143</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=ysYr515T-fI"><img src="http://img.youtube.com/vi/ysYr515T-fI/default.jpg" width="130" height="97" border=0></a></p>
]]></content:encoded>
			<wfw:commentRss>http://epic4life.com/support/2008/09/what-if/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Family Promo</title>
		<link>http://epic4life.com/support/2008/09/epic-church-promo-video/</link>
		<comments>http://epic4life.com/support/2008/09/epic-church-promo-video/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 22:42:54 +0000</pubDate>
		<dc:creator>Epic Church</dc:creator>
		
		<category><![CDATA[Video]]></category>

		<category><![CDATA[Epic Church]]></category>

		<guid isPermaLink="false">http://epic4life.com/wordpress/?p=99</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=Qffh29g1l00"><img src="http://img.youtube.com/vi/Qffh29g1l00/default.jpg" width="130" height="97" border=0></a></p>
]]></content:encoded>
			<wfw:commentRss>http://epic4life.com/support/2008/09/epic-church-promo-video/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Newsletter Sign-up</title>
		<link>http://epic4life.com/support/2008/07/newsletter-sign-up/</link>
		<comments>http://epic4life.com/support/2008/07/newsletter-sign-up/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 01:40:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://epic4life.com/?p=43</guid>
		<description><![CDATA[Sign-up below to recieve our monthly email newsletter:

&#60;/p&#62; &#60;p&#62;	.myForm td, input, select, textarea, checkbox {&#60;br /&#62; 		font-family: tahoma;&#60;br /&#62; 		font-size: 12px;&#60;br /&#62; 	}&#60;/p&#62; &#60;p&#62;	.myForm {&#60;br /&#62; 		background-color: #E7EEF7;&#60;br /&#62; 		border: 1px solid #CCDCF2;&#60;br /&#62; 		padding: 10px;&#60;br /&#62; 	}&#60;/p&#62; &#60;p&#62;	.required {&#60;br /&#62; 		color: red;&#60;br /&#62; 	}&#60;/p&#62; &#60;p&#62;




First Name:




Last Name:




*
Your email address:




Phone #:




Address:




City:




State:




Zip:





*
Enter the security code shown:

]]></description>
			<content:encoded><![CDATA[<p>Sign-up below to recieve our monthly email newsletter:<br />
<!--<br />
Do not modify the NAME value of any of the INPUT fields<br />
the FORM action, or any of the hidden fields (eg. input type=hidden).<br />
These are all required for this form to function correctly.<br />
--><br />
&lt;/p&gt; &lt;p&gt;	.myForm td, input, select, textarea, checkbox {&lt;br /&gt; 		font-family: tahoma;&lt;br /&gt; 		font-size: 12px;&lt;br /&gt; 	}&lt;/p&gt; &lt;p&gt;	.myForm {&lt;br /&gt; 		background-color: #E7EEF7;&lt;br /&gt; 		border: 1px solid #CCDCF2;&lt;br /&gt; 		padding: 10px;&lt;br /&gt; 	}&lt;/p&gt; &lt;p&gt;	.required {&lt;br /&gt; 		color: red;&lt;br /&gt; 	}&lt;/p&gt; &lt;p&gt;</p>
<form id="frmSS3" action="http://epic4life.com/send_studios/form.php?form=3" method="post">
<table class="myForm" border="0" cellpadding="2">
<tbody>
<tr>
<td>First Name:</td>
<td>
<input id="CustomFields_1_3" name="CustomFields[1]" type="text" /></td>
</tr>
<tr>
<td>Last Name:</td>
<td>
<input id="CustomFields_2_3" name="CustomFields[2]" type="text" /></td>
</tr>
<tr>
<td><span class="required">*</span><br />
Your email address:</td>
<td>
<input name="email" type="text" /></td>
</tr>
<tr>
<td>Phone #:</td>
<td>
<input id="CustomFields_3_3" name="CustomFields[3]" type="text" /></td>
</tr>
<tr>
<td>Address:</td>
<td>
<input id="CustomFields_4_3" name="CustomFields[4]" type="text" /></td>
</tr>
<tr>
<td>City:</td>
<td>
<input id="CustomFields_5_3" name="CustomFields[5]" type="text" /></td>
</tr>
<tr>
<td>State:</td>
<td>
<input id="CustomFields_6_3" name="CustomFields[6]" type="text" /></td>
</tr>
<tr>
<td>Zip:</td>
<td>
<input id="CustomFields_7_3" name="CustomFields[7]" type="text" /></td>
</tr>
<input name="format" type="hidden" value="h" />
<tr>
<td><span class="required">*</span><br />
Enter the security code shown:</td>
<td><script type="text/javascript"><!--
				var SIDString = '';</p>
<p>				function getRandomLetter() {
					return String.fromCharCode(getRandom(65, 90));
				}</p>
<p>				function getRandom(lowerBound, upperBound) {
					return Math.floor((upperBound - lowerBound + 1) * Math.random() + lowerBound);
				}</p>
<p>				function SetSID()
				{
					if (SIDString.length > 0)
					{
						return SIDString;
					}</p>
<p>					sidc = 0;</p>
<p>					while (sidc < 32)
					{
						SIDString = SIDString + getRandomLetter();
						sidc++;
					}
					return SIDString;
				}
// --></script><br />
<script type="text/javascript"><!--
					var url = "http://epic4life.com/send_studios/admin/resources/form_designs/captcha/index.php?c=" + getRandom(1,1000)+ "&#038;ss=" + SetSID();
						document.write("<img src="" + url + "" mce_src="&quot; + url + &quot;" alt='img' />&#8220;);
// &#8211;></script></p>
<input name="captcha" type="text" /></td>
</tr>
<tr>
<td></td>
<td>
<input type="submit" value="Subscribe" /></td>
</tr>
</tbody>
</table>
</form>
<p><script type="text/javascript"><!--
			function CheckMultiple3(frm, name) {
				for (var i=0; i < frm.length; i++)
				{
					fldObj = frm.elements[i];
					fldId = fldObj.id;
					if (fldId) {
						var fieldnamecheck=fldObj.id.indexOf(name);
						if (fieldnamecheck != -1) {
							if (fldObj.checked) {
								return true;
							}
						}
					}
				}
				return false;
			}
		function CheckForm3(f) {
			if (f.email.value == "") {
				alert("Please enter your email address.");
				f.email.focus();
				return false;
			}</p>
<p>				if (f.captcha.value == "") {
					alert("Please enter the security code shown");
					f.captcha.focus();
					return false;
				}</p>
<p>				return true;
			};
// --></script></p>
]]></content:encoded>
			<wfw:commentRss>http://epic4life.com/support/2008/07/newsletter-sign-up/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Less Message - More Mission</title>
		<link>http://epic4life.com/support/2008/06/less-message-more-mission/</link>
		<comments>http://epic4life.com/support/2008/06/less-message-more-mission/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 23:01:51 +0000</pubDate>
		<dc:creator>Epic Church</dc:creator>
		
		<category><![CDATA[Podcasts]]></category>

		<category><![CDATA[Andover]]></category>

		<category><![CDATA[Church]]></category>

		<category><![CDATA[Churches]]></category>

		<category><![CDATA[KS]]></category>

		<category><![CDATA[Online Sermon]]></category>

		<guid isPermaLink="false">http://epic4life.com/wordpress/?p=104</guid>
		<description><![CDATA[Most people don&#8217;t need another sermon, what they need is more mission.  Listen in as Kent unpacks this idea from Luke 10:25-37.
]]></description>
			<content:encoded><![CDATA[<p>Most people don&#8217;t need another sermon, what they need is more mission.  Listen in as Kent unpacks this idea from Luke 10:25-37.</p>
]]></content:encoded>
			<wfw:commentRss>http://epic4life.com/support/2008/06/less-message-more-mission/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Support Epic</title>
		<link>http://epic4life.com/support/2008/06/support-epic/</link>
		<comments>http://epic4life.com/support/2008/06/support-epic/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 16:17:46 +0000</pubDate>
		<dc:creator>Epic Church</dc:creator>
		
		<category><![CDATA[Support Epic]]></category>

		<category><![CDATA[Bible Christian Church]]></category>

		<category><![CDATA[Connect]]></category>

		<category><![CDATA[Epic Church]]></category>

		<category><![CDATA[God]]></category>

		<category><![CDATA[Jesus]]></category>

		<category><![CDATA[KS]]></category>

		<category><![CDATA[Need]]></category>

		<category><![CDATA[People]]></category>

		<category><![CDATA[Prayer]]></category>

		<guid isPermaLink="false">http://epic4life.com/wordpress/?p=102</guid>
		<description><![CDATA[
We make no bones about it. Epic Church needs your support. This is not the venture of one man, or a small group of people, this has to be a &#8220;body of Christ&#8221; kind of movement! We need your prayers in order to move this mountain (the financial need alone is overwhelming, the people need [...]]]></description>
			<content:encoded><![CDATA[<div id="greybox-text">
<p class="style10"><a title="Andover, Kansas, City Hall" rel="lightbox[pics28]" href="http://epic4life.com/support/wp-content/uploads/2008/10/image001.jpg"><img class="attachment wp-att-317 alignright" src="http://epic4life.com/support/wp-content/uploads/2008/10/image001-150x150.jpg" alt="Andover, Kansas, City Hall" width="200" height="149" /></a><strong>We make no bones about it. </strong>Epic Church needs your support. This is not the venture of one man, or a small group of people, this has to be a &#8220;body of Christ&#8221; kind of movement! We need your prayers in order to move this mountain (the financial need alone is overwhelming, the people need is even greater with so many today being disconnected from God). We need your prayer first and foremost but we also need your dollars (remember - &#8220;no bones about it&#8221;). This is to important a thing for us not to be up front with you. Paul puts it better than anyone else:</p>
<p class="style10">
<blockquote>
<p class="style10"><strong>2 Corinthians 8:7</strong><br />
&#8220;But just as you excel in everything—in faith, in speech, in knowledge, in complete earnestness and in your love for us—see that you also excel in this grace of giving.&#8221;</p></blockquote>
<blockquote>
<p class="style10"><strong>2 Corinthians 8:9</strong><br />
&#8220;For you know the grace of our Lord Jesus Christ, that though he was rich, yet for your sakes he became poor, so that you through his poverty might become rich.&#8221;</p></blockquote>
<p class="style10"><strong>Finally, we need people</strong> to join us on our Launch Team and choose to make Epic their home Church!</p>
<blockquote><p><a href="../../Kansas_City_KS_church_prayer_support.html"><a href="http://epic4life.com/support/2008/06/epic-beliefs/" >Prayer Support </a></a><strong><br />
</strong><a href="../../Kansas_City_KS_church_need-in-KC.html"><a href="http://epic4life.com/support/2008/06/an-epic-plan/" >Financial Contributions</a></a><br />
<a href="../../Kansas_City_KS_church_become_support.html"><a href="http://epic4life.com/support/2008/06/epic-strategic-plan/" >Come To Church At Epic</a></a></p></blockquote>
<p><strong>Thank you again</strong> for prayerfully considering how you might participate in what God is doing through Epic Church! Make a Bold Move!</p>
<p><strong>Checks for financial support can be made out to: </strong></p>
<blockquote>
<blockquote><p><span style="color: #000000;"><strong>The Heartland Project</strong></span><span style="color: #000000;"><br />
P.O. Box 14943<br />
Lenexa, KS 66285-4943<br />
<strong><span style="color: #ff0000;">Memo</span>:</strong> Epic Church</span></p></blockquote>
<p><em>All Gifts are tax deductable! </em></p></blockquote>
<p>PASTORS:  Be sure to check out <a href="http://www.rockandover.com" target="_blank">www.rockandover.com</a> - our missions portal for church missions trips!</div>
]]></content:encoded>
			<wfw:commentRss>http://epic4life.com/support/2008/06/support-epic/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
