<?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>Tommy Bates Ministries</title>
	<atom:link href="http://www.tommybates.com/wp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tommybates.com/wp</link>
	<description>A Contemporary Message with an Old Time Annointing</description>
	<lastBuildDate>Thu, 11 Mar 2010 15:40:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Booking</title>
		<link>http://www.tommybates.com/wp/forms/booking-2/</link>
		<comments>http://www.tommybates.com/wp/forms/booking-2/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 04:02:30 +0000</pubDate>
		<dc:creator>bmitchell</dc:creator>
				<category><![CDATA[Forms]]></category>

		<guid isPermaLink="false">http://www.tommybates.com/wp/?p=740</guid>
		<description><![CDATA[Please Make Note of the Following:

Pastor Bates’ office will make the necessary travel arrangements. Pastor Bates always has a person travel with him. Generally, please budget for two commercial airline tickets unless private air or ground transportation is used. We try to minimize costs as best as possible for the host.
Please provide two king, non-smoking [...]]]></description>
			<content:encoded><![CDATA[4<p align='center'><b>Registration for Booking</b></p><table width='100%'><td></table><table width='500'><td><SCRIPT>



function echeck(str) {
		var at="@"
		var dot="."
		var em = ""
		var lat=str.indexOf(at)
		var lstr=str.length
		var ldot=str.indexOf(dot)
		if (str.indexOf(at)==-1){
		    return false;
		    }

		if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
		    return false;
		    
		}

		if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
		     return false;
		}

		 if (str.indexOf(at,(lat+1))!=-1){
		      return false;
		 }

		 if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
		     return false;
		 }

		 if (str.indexOf(dot,(lat+2))==-1){
		    return false;
		 }
		
		 if (str.indexOf(" ")!=-1){
		    return false;
		 }

 		 return true;					
}


function validateForm(form) { 
	
var msg = "";

if (form.fname.value == "") {  msg += "\n " +"Please enter your first name."; 
   		form.fname.focus( ); 
   	 }
if (form.lname.value == "") {  msg += "\n " +"Please enter your last name."; 
   		form.lname.focus( ); 
   		}
	
if (echeck(form.email.value)==false){
		msg += "\n " + "Email format not correct!";
		}
		
if (form.phone.value == "") {  msg += "\n " +"Please enter your phone number."; 
   		form.phone.focus( ); 
   		}
if (form.address.value == "") {  msg += "\n " +"Please enter your address."; 
   		form.address.focus( ); 
   		}
if (form.city.value == "") {  msg += "\n " +"Please enter your city."; 
   		form.city.focus( ); 
   		}  
 
if (form.state.value == "") { msg += "\n " + "Please enter your state."; 
   		form.state.focus( ); 
   	 }
if (form.zip.value == "") {  msg += "\n " +"Please enter your zip code."; 
   		form.zip.focus( ); 
   		 }
    
//Validate Extra Questions
function trim(s) {if (s) {return s.replace(/^\s*|\s*$/g,"");} return null;}
				
	var inputs = form.getElementsByTagName("input");
	var e;

//Start Extra Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
	
		if (e.type == "text" && e.title && !value && e.className == "r")
		{msg += "\n " + e.title;}
		
	
	if ((e.type == "radio" || e.type == "checkbox") && e.className == "r") {
				var rd =""
				var controls = form.elements;
				function getSelectedControl(group) 
					{
					for (var i = 0, n = group.length; i < n; ++i)
						if (group[i].checked) return group[i];
						return null;
					}
				if (!getSelectedControl(controls[e.name]))
								{msg += "\n " + e.title;}
			} 
			

	}

	var inputs = form.getElementsByTagName("textarea");
	var e;
	
	//Start Extra TextArea Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
		if (!value && e.className == "r")
		{msg += "\n " + e.title;}
	}
	var inputs = form.getElementsByTagName("select");
	var e;
	
	//Start Extra TextArea Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
		if ((!value || value =='') && e.className == "r")
		{msg += "\n " + e.title;}
	}

if (msg.length > 0) {
			msg = "The following fields need to be completed before you can submit.\n\n" + msg;
			alert(msg);
			return false;
		}
	
	return true;   

}



</SCRIPT>

</td>
<tr>
	<td>
	<form method="post"
		action="/wp/feed/"
		onSubmit="return validateForm(this)">
	<p align="left"><b>First Name: <br />
	<input tabIndex="1" maxLength="40" size="47" name="fname"></b></p>
	<p align="left"><b>Last Name:<br />
	<input tabIndex="2" maxLength="40" size="47" name="lname"></b></p>
	<p align="left"><b>E-Mail:<br />
	<input tabIndex="3" maxLength="40" size="47" name="email"></b></p>
	<p align="left"><b>Phone:<br />
	<input tabIndex="4" maxLength="20" size="25" name="phone"></b></p>
	<p align="left"><b>Street:<br />
	<input tabIndex="5" maxLength="35" size="49" name="address"></b></p>
	<p align="left"><b>City:<br />
	<input tabIndex="6" maxLength="25" size="35" name="city"> </b></p>
<p align="left"><b>State or province:<br />
	<input tabIndex="7" maxLength="20" size="18" name="state"></b></p>
 	
	<p align="left"><b>Zip:<br />
	<input tabIndex="8" maxLength="10" size="15" name="zip"></b></p>
<input type="hidden" name="num_people" value="1"> 
<p align='left'><b>Church/Organization Name:<br /><input type="text" class="r" id="TEXT_25"  name="TEXT_25" size="40" title="Church/Organization Name:" value="" />
</b></p><p align='left'><b>Office Phone (with area code):<br /><input type="text" class="r" id="TEXT_26"  name="TEXT_26" size="40" title="Office Phone (with area code):" value="" />
</b></p><p align='left'><b>Office Fax(with area code):<br /><input type="text" id="TEXT_27"  name="TEXT_27" size="40" title="Office Fax(with area code):" value="" />
</b></p><p align='left'><b>Check if mailing address is same as above address<br /><label><input id="" name="MULTIPLE_28[]" title="Check if mailing address is same as above address" type="checkbox" value="" checked="checked" /> </label><br/>
</b></p><p align='left'><b>Mailing Address:<br /><input type="text" id="TEXT_29"  name="TEXT_29" size="40" title="Mailing Address:" value="" />
</b></p><p align='left'><b>Mailing City:<br /><input type="text" id="TEXT_30"  name="TEXT_30" size="40" title="Mailing City:" value="" />
</b></p><p align='left'><b>Mailing State:<br /><input type="text" id="TEXT_31"  name="TEXT_31" size="40" title="Mailing State:" value="" />
</b></p><p align='left'><b>Mailing Zip Code:<br /><input type="text" id="TEXT_32"  name="TEXT_32" size="40" title="Mailing Zip Code:" value="" />
</b></p><p align='left'><b>Pastor's Assistant/Secretary:<br /><input type="text" id="TEXT_33"  name="TEXT_33" size="40" title="Pastor's Assistant/Secretary:" value="" />
</b></p><p align='left'><b>Pastor's Name:<br /><input type="text" id="TEXT_34"  name="TEXT_34" size="40" title="Pastor's Name:" value="" />
</b></p><p align='left'><b>Pastor's Cell:<br /><input type="text" id="TEXT_35"  name="TEXT_35" size="40" title="Pastor's Cell:" value="" />
</b></p><p align='left'><b>Pastor's Home Phone:<br /><input type="text" id="TEXT_36"  name="TEXT_36" size="40" title="Pastor's Home Phone:" value="" />
</b></p><p align='left'><b>Event Coordinator's Name:<br /><input type="text" id="TEXT_37"  name="TEXT_37" size="40" title="Event Coordinator's Name:" value="" />
</b></p><p align='left'><b>Event Coordinator's Phone:<br /><input type="text" id="TEXT_38"  name="TEXT_38" size="40" title="Event Coordinator's Phone:" value="" />
</b></p><p align='left'><b>Event Coordinator's Email:<br /><input type="text" id="TEXT_39"  name="TEXT_39" size="40" title="Event Coordinator's Email:" value="" />
</b></p><p align='left'><b>Check If event address is same as host:<br /><label><input id="" name="MULTIPLE_40[]" title="Check If event address is same as host:" type="checkbox" value="" checked="checked" /> </label><br/>
</b></p><p align='left'><b>Event Location:<br /><input type="text" id="TEXT_41"  name="TEXT_41" size="40" title="Event Location:" value="" />
</b></p><p align='left'><b>Event Address:<br /><input type="text" id="TEXT_42"  name="TEXT_42" size="40" title="Event Address:" value="" />
</b></p><p align='left'><b>Event City:<br /><input type="text" id="TEXT_43"  name="TEXT_43" size="40" title="Event City:" value="" />
</b></p><p align='left'><b>Event State:<br /><input type="text" id="TEXT_44"  name="TEXT_44" size="40" title="Event State:" value="" />
</b></p><p align='left'><b>Event Zip Code:<br /><input type="text" id="TEXT_45"  name="TEXT_45" size="40" title="Event Zip Code:" value="" />
</b></p><p align='left'><b>Nearest commercial and/or private airport:<br /><input type="text" id="TEXT_46"  name="TEXT_46" size="40" title="Nearest commercial and/or private airport:" value="" />
</b></p><p align='left'><b>Approximate distance from aiport to event:<br /><input type="text" id="TEXT_47"  name="TEXT_47" size="40" title="Approximate distance from aiport to event:" value="" />
</b></p><p align='left'><b>Type of Service(s):<br /><select name="DROPDOWN_48" id="DROPDOWN_48" title="Type of Service(s):" /><br /><option value=''>Select One </option><br/><option value="Revival" /> Revival</option><br/>
<option value=" Camp Meeting" />  Camp Meeting</option><br/>
<option value=" Conference" />  Conference</option><br/>
<option value=" Special Guest" />  Special Guest</option><br/>
<option value=" Other" />  Other</option><br/>
</select></b></p><p align='left'><b>Type of advertising for the event:<br /><input type="text" id="TEXT_49"  name="TEXT_49" size="40" title="Type of advertising for the event:" value="" />
</b></p><p align='left'><b>Start Date of Event (XX/XX/XX):<br /><input type="text" id="TEXT_50"  name="TEXT_50" size="40" title="Start Date of Event (XX/XX/XX):" value="" />
</b></p><p align='left'><b>End Date of Event (XX/XX/XX):<br /><input type="text" id="TEXT_51"  name="TEXT_51" size="40" title="End Date of Event (XX/XX/XX):" value="" />
</b></p><p align='left'><b>Event Time(s):<br /><input type="text" id="TEXT_52"  name="TEXT_52" size="40" title="Event Time(s):" value="" />
</b></p><p align='left'><b>Time Zone:<br /><select name="DROPDOWN_53" id="DROPDOWN_53" title="Time Zone:" /><br /><option value=''>Select One </option><br/><option value="Eastern" /> Eastern</option><br/>
<option value=" Central" />  Central</option><br/>
<option value=" Mountain" />  Mountain</option><br/>
<option value=" Pacific" />  Pacific</option><br/>
</select></b></p><p align='left'><b>Other Event Speakers:<br /><input type="text" id="TEXT_54"  name="TEXT_54" size="40" title="Other Event Speakers:" value="" />
</b></p><p align='left'><b>Seating capacity (must accommodate 500+ people):<br /><input type="text" id="TEXT_55"  name="TEXT_55" size="40" title="Seating capacity (must accommodate 500+ people):" value="" />
</b></p><p align='left'><b>Expected Attendance:<br /><input type="text" id="TEXT_56"  name="TEXT_56" size="40" title="Expected Attendance:" value="" />
</b></p><p align='left'><b>Will the service(s) be recorded?<br /><label><input id="Yes" name="MULTIPLE_57[]" title="Will the service(s) be recorded?" type="checkbox" value="Yes" /> Yes</label><br/>
<label><input id=" No" name="MULTIPLE_57[]" title="Will the service(s) be recorded?" type="checkbox" value=" No" />  No</label><br/>
</b></p><p align='left'><b>Will the service(s) be streamed "live" via the internet?<br /><label><input id="Yes" name="MULTIPLE_58[]" title="Will the service(s) be streamed "live" via the internet?" type="checkbox" value="Yes" /> Yes</label><br/>
<label><input id=" No" name="MULTIPLE_58[]" title="Will the service(s) be streamed "live" via the internet?" type="checkbox" value=" No" />  No</label><br/>
</b></p><p align='left'><b>Any special event(s) following service(s):<br /><input type="text" id="TEXT_59"  name="TEXT_59" size="40" title="Any special event(s) following service(s):" value="" />
</b></p><p align='left'><b>Do you have a Hammond organ with Leslie speaker: <br /><select name="DROPDOWN_60" id="DROPDOWN_60" title="Do you have a Hammond organ with Leslie speaker: " /><br /><option value=''>Select One </option><br/><option value="Yes" /> Yes</option><br/>
<option value=" No" />  No</option><br/>
<option value=" Other" />  Other</option><br/>
</select></b></p><p align='left'><b>Do you have a wireless hand-held microphone:<br /><input type="text" id="TEXT_61"  name="TEXT_61" size="40" title="Do you have a wireless hand-held microphone:" value="" />
</b></p><p align='left'><b>How you heard about Pastor Bates:<br /><select name="DROPDOWN_62" id="DROPDOWN_62" title="How you heard about Pastor Bates:" /><br /><option value=''>Select One </option><br/><option value="Website" /> Website</option><br/>
<option value=" Friend" />  Friend</option><br/>
<option value=" TV" />  TV</option><br/>
<option value=" Church" />  Church</option><br/>
<option value=" Word of Mouth" />  Word of Mouth</option><br/>
<option value=" Other" />  Other</option><br/>
</select></b></p><p align='left'><b>Additional Details:<br /><textarea id="TEXTAREA_63" name="TEXTAREA_63" title="Additional Details:" cols="30" rows="5"></textarea>
</b></p>

		<input type="hidden" name="regevent_action" value="post_attendee"> <input
		type="hidden" name="event_id" value="4">
	<p align="center"><input type="submit" name="Submit" value="Submit"> <font
		color="#FF0000"><b>(Only click the Submit Button Once)</b></font>
	
	</form>
	</td>
</tr>
</table>
</body>

<p><strong>Please Make Note of the Following:</strong></p>
<ul>
<li>Pastor Bates’ office will make the necessary travel arrangements. Pastor Bates always has a person travel with him. Generally, please budget for two commercial airline tickets unless private air or ground transportation is used. We try to minimize costs as best as possible for the host.</li>
<li>Please provide two king, non-smoking hotel rooms.</li>
<li>Pastor Bates will have a resource table with music and preaching products to sell before and after the event. We will need two volunteers to help with the table.  We usually ship the product a week in advance of the meeting.</li>
<li>Pastor Bates will need a private facility to change clothes after church.</li>
<li>Please provide a copy of the service(s) on CD and/or DVD.  If professional video services are available, please provide a master copy in DVCAM or DVCPRO format.</li>
<li>Pastor Bates does not set a certain amount for an honorarium nor are there any contracts to sign. God has always provided and we ask that you do your best, so that Pastor Bates’ ministry may grow to reach more people for Christ. It may be beneficial for Pastor Bates to inform the congregation about current outreach projects at TBM and a free-will offering be received for the ministry.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.tommybates.com/wp/forms/booking-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring Revival and Partners and Friends Conference Online Registration</title>
		<link>http://www.tommybates.com/wp/events/spring-revival-and-partners-and-friends-conference-online-registration/</link>
		<comments>http://www.tommybates.com/wp/events/spring-revival-and-partners-and-friends-conference-online-registration/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 17:53:24 +0000</pubDate>
		<dc:creator>tbadmin</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.tommybates.net/wp/?p=548</guid>
		<description><![CDATA[Purchase tickets for Creation Museum/Cincinnati Zoo and Partners’ luncheon on Sun. or Mon. in the church lobby.
]]></description>
			<content:encoded><![CDATA[2<p align='center'><b>Registration for Spring Revival and Partners and Friends Conference</b></p><table width='100%'><td></table><table width='500'><td><SCRIPT>



function echeck(str) {
		var at="@"
		var dot="."
		var em = ""
		var lat=str.indexOf(at)
		var lstr=str.length
		var ldot=str.indexOf(dot)
		if (str.indexOf(at)==-1){
		    return false;
		    }

		if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
		    return false;
		    
		}

		if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
		     return false;
		}

		 if (str.indexOf(at,(lat+1))!=-1){
		      return false;
		 }

		 if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
		     return false;
		 }

		 if (str.indexOf(dot,(lat+2))==-1){
		    return false;
		 }
		
		 if (str.indexOf(" ")!=-1){
		    return false;
		 }

 		 return true;					
}


function validateForm(form) { 
	
var msg = "";

if (form.fname.value == "") {  msg += "\n " +"Please enter your first name."; 
   		form.fname.focus( ); 
   	 }
if (form.lname.value == "") {  msg += "\n " +"Please enter your last name."; 
   		form.lname.focus( ); 
   		}
	
if (echeck(form.email.value)==false){
		msg += "\n " + "Email format not correct!";
		}
		
if (form.phone.value == "") {  msg += "\n " +"Please enter your phone number."; 
   		form.phone.focus( ); 
   		}
if (form.address.value == "") {  msg += "\n " +"Please enter your address."; 
   		form.address.focus( ); 
   		}
if (form.city.value == "") {  msg += "\n " +"Please enter your city."; 
   		form.city.focus( ); 
   		}  
 
if (form.state.value == "") { msg += "\n " + "Please enter your state."; 
   		form.state.focus( ); 
   	 }
if (form.zip.value == "") {  msg += "\n " +"Please enter your zip code."; 
   		form.zip.focus( ); 
   		 }
    
//Validate Extra Questions
function trim(s) {if (s) {return s.replace(/^\s*|\s*$/g,"");} return null;}
				
	var inputs = form.getElementsByTagName("input");
	var e;

//Start Extra Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
	
		if (e.type == "text" && e.title && !value && e.className == "r")
		{msg += "\n " + e.title;}
		
	
	if ((e.type == "radio" || e.type == "checkbox") && e.className == "r") {
				var rd =""
				var controls = form.elements;
				function getSelectedControl(group) 
					{
					for (var i = 0, n = group.length; i < n; ++i)
						if (group[i].checked) return group[i];
						return null;
					}
				if (!getSelectedControl(controls[e.name]))
								{msg += "\n " + e.title;}
			} 
			

	}

	var inputs = form.getElementsByTagName("textarea");
	var e;
	
	//Start Extra TextArea Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
		if (!value && e.className == "r")
		{msg += "\n " + e.title;}
	}
	var inputs = form.getElementsByTagName("select");
	var e;
	
	//Start Extra TextArea Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
		if ((!value || value =='') && e.className == "r")
		{msg += "\n " + e.title;}
	}

if (msg.length > 0) {
			msg = "The following fields need to be completed before you can submit.\n\n" + msg;
			alert(msg);
			return false;
		}
	
	return true;   

}



</SCRIPT>

</td>
<tr>
	<td>
	<form method="post"
		action="/wp/feed/"
		onSubmit="return validateForm(this)">
	<p align="left"><b>First Name: <br />
	<input tabIndex="1" maxLength="40" size="47" name="fname"></b></p>
	<p align="left"><b>Last Name:<br />
	<input tabIndex="2" maxLength="40" size="47" name="lname"></b></p>
	<p align="left"><b>E-Mail:<br />
	<input tabIndex="3" maxLength="40" size="47" name="email"></b></p>
	<p align="left"><b>Phone:<br />
	<input tabIndex="4" maxLength="20" size="25" name="phone"></b></p>
	<p align="left"><b>Street:<br />
	<input tabIndex="5" maxLength="35" size="49" name="address"></b></p>
	<p align="left"><b>City:<br />
	<input tabIndex="6" maxLength="25" size="35" name="city"> </b></p>
<p align="left"><b>State or province:<br />
	<input tabIndex="7" maxLength="20" size="18" name="state"></b></p>
 	
	<p align="left"><b>Zip:<br />
	<input tabIndex="8" maxLength="10" size="15" name="zip"></b></p>
<input type="hidden" name="num_people" value="1"> 
<p align='left'><b>Alt. Phone:<br /><input type="text" id="TEXT_13"  name="TEXT_13" size="40" title="Alt. Phone:" value="" />
</b></p><p align='left'><b>Email:<br /><input type="text" id="TEXT_14"  name="TEXT_14" size="40" title="Email:" value="" />
</b></p><p align='left'><b>Re-type Email:<br /><input type="text" id="TEXT_15"  name="TEXT_15" size="40" title="Re-type Email:" value="" />
</b></p><p align='left'><b>Spouse Name:<br /><input type="text" id="TEXT_16"  name="TEXT_16" size="40" title="Spouse Name:" value="" />
</b></p><p align='left'><b>Home Church:<br /><input type="text" id="TEXT_17"  name="TEXT_17" size="40" title="Home Church:" value="" />
</b></p><p align='left'><b>Are you a Bridge Builder Partner?<br /><label><input id="SINGLE_0" name="SINGLE_18" title="Are you a Bridge Builder Partner?" type="radio" value="Yes" /> Yes</label><br/>
<label><input id="SINGLE_1" name="SINGLE_18" title="Are you a Bridge Builder Partner?" type="radio" value=" No" />  No</label><br/>
</b></p><p align='left'><b>Are you planning to attend the Creation Museum or the Cincinnati Zoo? <br /><select name="DROPDOWN_19" id="DROPDOWN_19" title="Are you planning to attend the Creation Museum or the Cincinnati Zoo? " /><br /><option value=''>Select One </option><br/><option value="Creation Museum" /> Creation Museum</option><br/>
<option value=" Cincinnati Zoo" />  Cincinnati Zoo</option><br/>
<option value=" Not Attending" />  Not Attending</option><br/>
</select></b></p><p align='left'><b>If so, how many will be coming with you?<br /><input type="text" id="TEXT_20"  name="TEXT_20" size="40" title="If so, how many will be coming with you?" value="" />
</b></p><p align='left'><b>Are you planning to attend the partners/friends luncheon?<br /><label><input id="SINGLE_0" name="SINGLE_21" title="Are you planning to attend the partners/friends luncheon?" type="radio" value="Yes" /> Yes</label><br/>
<label><input id="SINGLE_1" name="SINGLE_21" title="Are you planning to attend the partners/friends luncheon?" type="radio" value=" No" />  No</label><br/>
</b></p><p align='left'><b>If so, how many will be coming with you?<br /><input type="text" id="TEXT_22"  name="TEXT_22" size="40" title="If so, how many will be coming with you?" value="" />
</b></p><p align='left'><b>Names of people coming with you? (Separate by Commas)<br /><textarea id="TEXTAREA_24" name="TEXTAREA_24" title="Names of people coming with you? (Separate by Commas)" cols="30" rows="5"></textarea>
</b></p>

		<input type="hidden" name="regevent_action" value="post_attendee"> <input
		type="hidden" name="event_id" value="2">
	<p align="center"><input type="submit" name="Submit" value="Submit"> <font
		color="#FF0000"><b>(Only click the Submit Button Once)</b></font>
	
	</form>
	</td>
</tr>
</table>
</body>

<p><span style="color: #ff0000;"><strong>Purchase tickets for Creation Museum/Cincinnati Zoo and Partners’ luncheon on Sun. or Mon. in the church lobby.</strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tommybates.com/wp/events/spring-revival-and-partners-and-friends-conference-online-registration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring Revival and Partnership and Friends Conference &#8211; 2010</title>
		<link>http://www.tommybates.com/wp/events/spring-revival-and-partnership-and-friends-conference-2010/</link>
		<comments>http://www.tommybates.com/wp/events/spring-revival-and-partnership-and-friends-conference-2010/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 17:15:26 +0000</pubDate>
		<dc:creator>tbadmin</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.tommybates.net/wp/?p=530</guid>
		<description><![CDATA[Spring Revival and Partners and Friends Conference
May 23-26, 2010
*FREE EVENT (Click Here to Register Online)
Hosted by Pastor Tommy Bates with special guest Betty Jean Robinson
Held on the Campus of Community Family Church • 11875 Taylor Mill Road • Independence, KY 41051 • 859-356-8851/1-866-411-1032
Schedule of Events:
Sunday (23):
9 a.m., 11 a.m., and 6:30 p.m. Services at CFC
Monday [...]]]></description>
			<content:encoded><![CDATA[<h3 style="text-align: left;">Spring Revival and Partners and Friends Conference</h3>
<h3 style="text-align: left;">May 23-26, 2010</h3>
<p style="text-align: left;"><span style="color: #ff0000;"><strong>*FREE EVENT</strong></span> (<a href="http://www.tommybates.com/wp/events/spring-revival-and-partners-and-friends-conference-online-registration/" target="_self">Click Here to Register Online</a>)<br />
Hosted by Pastor Tommy Bates with special guest Betty Jean Robinson</p>
<p style="text-align: left;"><strong>Held on the Campus of Community Family Church • 11875 Taylor Mill Road • Independence, KY 41051 • 859-356-8851/1-866-411-1032</strong></p>
<h3 style="text-align: left;"><span style="text-decoration: underline;">Schedule of Events:</span></h3>
<p><strong>Sunday (23):</strong><br />
9 a.m., 11 a.m., and 6:30 p.m. Services at CFC</p>
<p><strong>Monday (24):</strong><br />
10 a.m. Special Partners and Friends Service at CFC<br />
7 p.m. Service at CFC</p>
<p><strong>Tuesday (25): </strong><br />
10 a.m. Creation Museum or Cincinnati Zoo (Purchase entry tickets on Sun. &amp; Mon.) Transportation provided from church. More info <a href="http://www.creationmuseum.org" target="_blank">www.creationmuseum.org</a> &amp; <a href="http://www.cincinnatizoo.org" target="_blank">www.cincinnatizoo.org</a></p>
<p>CREATION MUSEUM COSTS</p>
<ul>
<li>Adult (13–59 yrs): $16.95</li>
<li>Senior (60 yrs &amp; up): $12.95</li>
<li>Children (5–12 yrs): $8.95</li>
<li>Children (under 5 yrs): Free</li>
<li>Planetarium: $7.00</li>
</ul>
<p>CINCINNATI ZOO COSTS</p>
<ul>
<li>Adult: $13.00</li>
<li>Child/Senior (2-12 yrs &amp; 60+): $9.00</li>
</ul>
<p>7 p.m. Service at CFC</p>
<p><strong>Wednesday (26):</strong><br />
12 p.m. Partners and Friends Luncheon (Purchase lunch tickets on Sun. &amp; Mon.)<br />
7 p.m. Service at CFC</p>
<h3><span style="text-decoration: underline;"><strong>Accommodations:</strong></span><strong> (Mention Community Family Church)<br />
</strong></h3>
<p><strong>Best Value Inn</strong> ($44.99)<br />
7810 Commerce Dr<br />
Florence, KY 41042<br />
859-283-2030</p>
<p><strong>Red Roof Inn</strong> ($55.99)<br />
7454 Turfway Road<br />
Florence, KY 41042<br />
859-647-2700</p>
<p><strong>Courtyard by Marriott</strong> ($89)<br />
46 Cavalier Blvd<br />
Florence, KY 41042<br />
859-371-6464</p>
<p><strong>Country Inn and Suites</strong> ($89)<br />
10 Country Drive<br />
Wilder KY 41076<br />
859-441-3707</p>
<p><strong>Hilton Florence</strong> ($89)<br />
7373 Turfway Road<br />
Florence, Kentucky<br />
859-371-4400</p>
<p>Visit <a href="http://www.staynky.com" target="_blank">www.staynky.com</a> or <a href="http://www.nkycvb.com" target="_blank">www.nkycvb.com</a> for additional hotels, restaurants, shopping, attractions, and more.</p>
<h3><span style="text-decoration: underline;"><strong><span style="text-decoration: underline;"><strong>Airport Information:<br />
</strong></span></strong></span></h3>
<p>The closest airport is the Greater Cincinnati/Northern Kentucky airport or CVG airport code.  The Dayton, OH (DAY) and Lexington, KY (LEX) airports are usually cheaper and are within 1.5 hour drive.</p>
<h3><span style="text-decoration: underline;"><strong>Camping Options <em>(Closest to the Farthest)</em>:</strong></span></h3>
<p><strong>Oak Creek Campground</strong><br />
13329 Oak Creek Road<br />
Walton, KY 41094<br />
859-485-9131<br />
<a href="http://www.oakcreekcampground.com" target="_blank">www.oakcreekcampground.com</a><br />
I-75, exit 171</p>
<p><strong>Big Bone Lick State Park</strong><br />
3380 Beaver Road<br />
Union, KY 41091<br />
859-384-3522<br />
<a href="http://www.big-bone-lick.com" target="_blank">www.big-bone-lick.com</a><br />
I-75, exit 175</p>
<p><strong>I-75 Camper Village</strong><br />
940 Curry Lane<br />
Dry Ridge, KY 41035<br />
859-824-5836<br />
<a href="http://www.i75campervilliage.org" target="_blank">www.i75campervilliage.org</a><br />
I-75, exit 159</p>
<p><a href="http://www.tommybates.com/wp/events/spring-revival-and-partners-and-friends-conference-online-registration/"><strong>CLICK HERE TO REGISTER ONLINE NOW!</strong></a></p>
<p><span style="color: #ff0000;"><strong>Purchase tickets for Creation Museum/Cincinnati Zoo and Partners’ luncheon on Sun. or Mon. in the church lobby.</strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tommybates.com/wp/events/spring-revival-and-partnership-and-friends-conference-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Future Plans of Community</title>
		<link>http://www.tommybates.com/wp/church-growth/future-plans-of-community/</link>
		<comments>http://www.tommybates.com/wp/church-growth/future-plans-of-community/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 20:38:58 +0000</pubDate>
		<dc:creator>tbadmin</dc:creator>
				<category><![CDATA[Church Growth]]></category>

		<guid isPermaLink="false">http://tommybates.communitypentecostal.org/wp/?p=263</guid>
		<description><![CDATA[God has blessed Community with a campus of 111 acres of prime real-estate just minutes away from downtown Cincinnati, the Creation Museum, and the Greater Cincinnati/Northern Kentucky airport.  Independence is one of teh fastest growing cities in the state of Kentucky, and CFC needs to be equipped to reap a mighty harvest for the glory [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><img class="size-full wp-image-266 aligncenter" title="Floor Plan" src="http://www.tommybates.net/wp/wp-content/uploads/2009/12/floor_plan.jpg" alt="" />God has blessed Community with a campus of 111 acres of prime real-estate just minutes away from downtown Cincinnati, the Creation Museum, and the Greater Cincinnati/Northern Kentucky airport.  Independence is one of teh fastest growing cities in the state of Kentucky, and CFC needs to be equipped to reap a mighty harvest for the glory of God.  CFC&#8217;s next building project is the new Children&#8217;s Center or Phase 1 of our future building plans.  This state-of-the-art, multi-story structure will feature multiple spacious classrooms, a large children&#8217;s auditorium, check-in and tracking systems, and much more.  As a partner or member of Community, think about how these facilities will change your life and the lives of your children, your grandchildren, and generations to come.</p>
<p style="text-align: left;">Will you join us in  prayer about your part in helping make this vision come to pass?  Pastor Bates has established <em>The Nehemiah Wall</em> project which will help facilitate the construction of the new Children&#8217;s Center and sanctuary.  Community will build a wall identifying the names of everyone who participated in <em>The Nehemiah Wall</em> project.  Here&#8217;s how it works:</p>
<p style="text-align: left;"></p>
<table class="wptable rowstyle-alt" id="wptable-2"  cellspacing="1" cellpadding="1">
	<thead>
	<tr>
		<th class="sortable" style="width:206px" align="center">Number of Family Names</th>
		<th class="sortable" style="width:206px" align="center">Amount of Seed Offering from Each Family</th>
		<th class="sortable" style="width:206px" align="center">Total</th>
	</tr>
	</thead>
	<tr>
		<td style="width:206px" align="center">1 Family Name</td>
		<td style="width:206px" align="center">$5,000</td>
		<td style="width:206px" align="center">$5,000</td>
	</tr>
	<tr class="alt">
		<td style="width:206px" align="center">2 Family Names</td>
		<td style="width:206px" align="center">$2,500</td>
		<td style="width:206px" align="center">$5,000</td>
	</tr>
	<tr>
		<td style="width:206px" align="center">5 Family Names</td>
		<td style="width:206px" align="center">$1,000</td>
		<td style="width:206px" align="center">$5,000</td>
	</tr>
	<tr class="alt">
		<td style="width:206px" align="center">10 Family Names</td>
		<td style="width:206px" align="center">$500</td>
		<td style="width:206px" align="center">$5,000</td>
	</tr>
	<tr>
		<td style="width:206px" align="center">25 Family Names</td>
		<td style="width:206px" align="center">$200</td>
		<td style="width:206px" align="center">$5,000</td>
	</tr>
	<tr class="alt">
		<td style="width:206px" align="center">50 Family Names</td>
		<td style="width:206px" align="center">$100</td>
		<td style="width:206px" align="center">$5,000</td>
	</tr>
</table><p>
</p>
<p style="text-align: left;">To make a donation to <em>The Nehemiah Wall </em>project, mail your contribution (marked NW or Wall) to Community Family Church/CFC, 11875 Taylor Mill Road, Independence, KY 41051.  <a href="http://www.tommybates.com/store/index.php?_a=viewProd&amp;productId=34">Click here</a> to make a credit card donation (be sure to note in the &#8220;comments&#8221; section the donation is for the <em>The Nehemiah Wall</em>) online now or you  may call 859-356-8851.  Your donation of any size will make a difference in the Kingdom of God.</p>
<p style="text-align: left;">
<p style="text-align: center;"><img class="aligncenter size-full wp-image-270" title="Elevation" src="http://www.tommybates.net/wp/wp-content/uploads/2009/12/elevation.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tommybates.com/wp/church-growth/future-plans-of-community/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
