

<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml"> <![endif]-->
<!--[if IE 7]>    <html class="no-js lt-ie9 lt-ie8" lang="en" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml"> <![endif]-->
<!--[if IE 8]>    <html class="no-js lt-ie9" lang="en" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml"> <!--<![endif]-->
<head>
<!-- liquid shared header begins -->

	
    
    
	<meta CHARSET="utf-8">
	
	<meta name="description" content="Living springs bible camp in Ab, Canada" />
<meta name="keywords" content="Living springs bible camp, Wetaskiwin  , Ab, Canada" />
		
	
	
	
		<meta HTTP-EQUIV="X-UA-Compatible" CONTENT="IE=edge,chrome=1">
	
	
    
		<title> Home - Living Springs Bible Camp </title>
	
	
    <meta name="viewport" CONTENT="width=1024">


	<meta property="og:url" CONTENT="http://www.livingsprings.ca/" />
    <meta property="og:site_name" CONTENT="Living Springs Bible Camp" />
    <meta property="og:title" CONTENT="Living Springs Bible Camp (Home)">
    <meta property="fb:admins" CONTENT="381" />
	<meta property="og:locale" CONTENT="en_US" />
	<meta property="fb:app_id" CONTENT="142916509104743" />
	<meta property="og:type" CONTENT="website" />

	<meta property="og:description" CONTENT="Welcome to Living Springs Bible Camp LSBC is a summer camp located on Red Deer Lake, 10 kilometres west of Ferintosh. In July and August we offer a variety of camps and activities for kids Grade 2 to 12, including a Leader in Training (LIT) program for Senior High students and a family camp over Au"/>
	
		<meta property="og:image" CONTENT="https://cloud.townlife.ca/system/439/socialimage.jpg" />
	

		


	<meta itemprop="name" CONTENT="Living Springs Bible Camp (Home)">
	<meta itemprop="description" CONTENT="Welcome to Living Springs Bible Camp LSBC is a summer camp located on Red Deer Lake, 10 kilometres west of Ferintosh. In July and August we offer a variety of camps and activities for kids Grade 2 to">

	<meta itemprop="image" CONTENT="https://cloud.townlife.ca/system/439/socialimage.jpg">




	<meta name="twitter:card" CONTENT="summary">
	<meta name="twitter:site" CONTENT="Living Springs Bible Camp">
	<meta name="twitter:title" CONTENT="Home">
	<meta name="twitter:creator" CONTENT="Living Springs Bible Camp">

	<meta name="twitter:text:description" CONTENT="Welcome to Living Springs Bible Camp LSBC is a summer camp located on Red Deer Lake, 10 kilometres west of Ferintosh. In July and August we offer a variety of camps and activities for kids Grade 2 to">
	<meta name="twitter:image:src" CONTENT="https://cloud.townlife.ca/system/439/socialimage.jpg">




<link REL="apple-touch-icon" HREF="https://cloud.townlife.ca/themes/Shared/img/logos/apple-touch-icon.png"/>
<meta name="apple-mobile-web-app-title" CONTENT="livingsprings.ca">


<script SRC="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>

<script>window.jQuery || document.write('<script src="https://cloud.townlife.ca/themes/Shared/Javascript/jquery.js"><\/script>')</script>


<script SRC="//ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>

<script SRC="/javascripts/jquery-rails.js"></script>



<link REL="stylesheet" TYPE="text/css" HREF="https://cloud.townlife.ca/themes/Shared/jQuery/Colorbox/example4/colorbox.css">
<link rel="stylesheet" href="https://cloud.townlife.ca/themes/Shared/jQuery/Colorbox/example4/colorbox4-form.css" type="text/css">
<script SRC="https://cloud.townlife.ca/themes/Shared/jQuery/Colorbox/jquery.colorbox-min.js"></script>
<script SRC="https://cloud.townlife.ca/themes/Shared/Javascript/feedback.js"></script>

<link rel="stylesheet" href="https://cloud.townlife.ca/themes/Shared/jQuery/Colorbox/example3/colorbox3-gallery.css" type="text/css">



<script type='text/javascript'>
if (typeof jQuery != 'undefined') {
    var filetypes = /\.(zip|exe|dmg|pdf|doc.*|xls.*|ppt.*|mp3|txt|rar|wma|mov|avi|wmv|flv|wav)$/i;
    var baseHref = '';
    if (jQuery('base').attr('href') != undefined) baseHref = jQuery('base').attr('href');
    var hrefRedirect = '';
 
    jQuery('body').on('click', 'a', function(event) {
        var el = jQuery(this);
        var track = true;
        var href = (typeof(el.attr('href')) != 'undefined' ) ? el.attr('href') : '';
        var isThisDomain = href.match(document.domain.split('.').reverse()[1] + '.' + document.domain.split('.').reverse()[0]);
        if (!href.match(/^javascript:/i)) {
            var elEv = []; elEv.value=0, elEv.non_i=false;
            if (href.match(/^mailto\:/i)) {
                elEv.category = 'email';
                elEv.action = 'click';
                elEv.label = href.replace(/^mailto\:/i, '');
                elEv.loc = href;
            }
            else if (href.match(filetypes)) {
                var extension = (/[.]/.exec(href)) ? /[^.]+$/.exec(href) : undefined;
                elEv.category = 'download';
                elEv.action = 'click-' + extension[0];
                elEv.label = href.replace(/ /g,'-');
                elEv.loc = baseHref + href;
            }
            else if (href.match(/^https?\:/i) && !isThisDomain) {
                elEv.category = 'external';
                elEv.action = 'click';
                elEv.label = href.replace(/^https?\:\/\//i, '');
                elEv.non_i = true;
                elEv.loc = href;
            }
            else if (href.match(/^tel\:/i)) {
                elEv.category = 'telephone';
                elEv.action = 'click';
                elEv.label = href.replace(/^tel\:/i, '');
                elEv.loc = href;
            }
            else track = false;
 
            if (track) {
                var ret = true;
 
                if((elEv.category == 'external' || elEv.category == 'download') && (el.attr('target') == undefined || el.attr('target').toLowerCase() != '_blank') ) {
                    hrefRedirect = elEv.loc;
 
                    ga('send','event', elEv.category.toLowerCase(),elEv.action.toLowerCase(),elEv.label.toLowerCase(),elEv.value,{
                        'nonInteraction': elEv.non_i ,
                        'hitCallback':gaHitCallbackHandler
                    });
 
                    ret = false;
                }
                else {
                    ga('send','event', elEv.category.toLowerCase(),elEv.action.toLowerCase(),elEv.label.toLowerCase(),elEv.value,{
                        'nonInteraction': elEv.non_i
                    });
                }
 
                return ret;
            }
        }
    });
 
    gaHitCallbackHandler = function() {
        window.location.href = hrefRedirect;
    }
}
</script>

<!-- Google Analytics Social Button Tracking -->
<script SRC="https://cloud.townlife.ca/themes/Shared/Javascript/google/ga_social_tracking.js"></script>

        <!-- Load Twitter JS-API asynchronously -->
        <script>
        (function(){
        var twitterWidgets = document.createElement('script');
        twitterWidgets.type = 'text/javascript';
        twitterWidgets.async = true;
        twitterWidgets.src = 'http://platform.twitter.com/widgets.js';
        // Setup a callback to track once the script loads.
        twitterWidgets.onload = _ga.trackTwitter;
        document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
        })();
        </script>

		<!-- LinkedIn Share Button tracking code starts here-->
		<script TYPE="text/javascript">
		function LinkedInShare() {
		_gaq.push(['_trackSocial', 'LinkedIn', 'Share']);
		}</script>
		<!-- LinkedIn Share Button tracking code ends here-->
		<!-- Read more: http://www.seotakeaways.com/social-interactions-tracking-through-google-analytics/#ixzz2jErMi6uq -->


	<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-26300376-31', 'livingsprings.ca');
  ga('send', 'pageview');

</script>


	
	
	<script TYPE="application/ld+json">
	{
	  "@context": "http://schema.org",
	  "@type": "WebSite",
	  "name" : "Living Springs Bible Camp",
	  "url": "http://www.livingsprings.ca",
	  "potentialAction": {
		"@type": "SearchAction",
		"target": "http://www.livingsprings.ca/search?site_id=439&q={search_term_string}",
		"query-input": "required name=search_term_string"
	  }
	}
	</script>
		<script TYPE="application/ld+json"> {
		"@context" : "http://schema.org",
		"@type" : "Organization",
		"name" : "Living Springs Bible Camp ",
		"url" : "http://www.livingsprings.ca",
		"contactPoint" : {
			"@type" : "ContactPoint",
			"contactType" : "Customer Service",
			"telephone" : "+(780) 781-2636",
			"faxNumber" : "+",
			"areaServed" : "CA",
			"availableLanguage" : "English",
			"email" : "mailto:ryandavidmaguire@gmail.com"
		},
		"hasPOS" : {
			"@type" : "Place",
			"name" : "Living Springs Bible Camp",
			"hasMap" : {
				"@type" : "Map",
				"url" : "https://www.townlife.com/customer/map/439"
			},
			"address" : {
				"@type" : "PostalAddress",
				"name" : "Living Springs Bible Camp",
				"streetAddress" : "RR 3, 3610 - 56th Avenue ",
				"addressLocality" : "Wetaskiwin   ",
				"addressRegion" : "AB",
				"postalCode" : "T9A 1X1   ",
				"addressCountry" : "Canada"
			},
			"geo": {
				"@type": "GeoCoordinates",
				"latitude": "52.74284871282033",
				"longitude": "-113.07590666748047"
			  }
		}}
		</script>
	





<script type="text/javascript">
function addLink() {
	var name = 'Living Springs Bible Camp';
	var body_element = document.getElementsByTagName('body')[0];
	var selection;
	selection = window.getSelection();
	var pagelink = "<br /><br /> Read more: <a href='"+document.location.href+"'>"+document.location.href+"</a><br />Copyright &copy; " + name; // copyright
	var copytext = selection + pagelink;
	var newdiv = document.createElement('div');
	newdiv.style.position='absolute';
	newdiv.style.left='-99999px';
	body_element.appendChild(newdiv);
	newdiv.innerHTML = copytext;
	selection.selectAllChildren(newdiv);
	window.setTimeout(function() {
		body_element.removeChild(newdiv);
	},0);
}
document.oncopy = addLink;
</script>




<!-- liquid shared header ends -->


<style media="screen">
	@import url('https://cloud.townlife.ca/themes/Shared/CSS/module.css');
	@import url('https://cloud.townlife.ca/themes/2Column/Dantooine/SplitScreen/css/theme-splitscreen-main.css');
	body {
    background: url('/system/439/tileable_wood.jpg') repeat;
}

#mainHead h2 a {
    background: url('/system/439/logos.png') left bottom no-repeat;
}

#SubNav {
display:none;}

#tc_3719 {
width: auto !important;
}
</style>



<!-- for mobile start -->
<style media="only screen and (max-width: 767px)">
	@import url('https://cloud.townlife.ca/themes/Shared/CSS/mobile.css');
	/*@import url('https://cloud.townlife.ca/themes/2Column/Dantooine/SplitScreen/css/splitscreen-mob-add.css');*/ <!-- add theme mobile css here -->
</style>
<meta name="viewport" content="width=device-width">
<!-- for mobile end -->



	<link rel="stylesheet "type="text/css" href="https://cloud.townlife.ca/themes/Shared/jQuery/Magnific-Popup/magnific-popup.css">


	<style media="print">
		@import url('https://cloud.townlife.ca/themes/Shared/CSS/universal-print.css');
	</style>
	
	
	
	
	
	
	
	

 
	
	

 
	
	

	
	<script src="https://cloud.townlife.ca/themes/Shared/Javascript/modernizr-3.3.1-custom.min.js"></script>
    </head>
	


<body class="innerPage">


<!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> 
<a href="http://browsehappy.com/">Upgrade to a different browser</a> or 
<a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->

 <!-- end is logged_in -->

 





    






 
 

	
		<nav id="breadCrumbLinks">
			<div class="inner">             
					        
			</div>    
		</nav>
	




  


<div id="pageContainer">
	
	<header id="mainHead">
		
			<h2><a href="http://www.livingsprings.ca" title="Return to home">Living Springs Bible Camp</a></h2>
		
		
		<form accept-charset="UTF-8" action="/search/Canada/Alberta/Wetaskiwin/439" class="SearchBox" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /></div>  
  <fieldset>
    <label for="q" id="lbl_q">Type Keyword or Phrase</label>
    <input id="site_id" name="site_id" type="hidden" value="439" />

    
    <input id="q" name="q" size="25" type="text" placeholder="type your Search..." value="type your Search..."
      onFocus="if (this.value == 'type your Search...') {this.value = '';}" 
      onBlur="if (this.value == '') {this.value = 'type your Search...';}" />
    <input id="search_btn" name="commit" type="submit" value="GO" />
  </fieldset>
</form>

		
		<nav id="moduleNavigation">
			
<ul id="NavBar">
    <li >
      
      <a href="/blogs/show?site=439" class="blog_link active_page" title="Blog"><span>Blog</span></a>
    </li>
    <li  >
      <a href="/calendars/table/439" class="events_link active_page" title="Events"><span>Camp Calendar</span></a>
    </li>
    <li >
      <a href="/galleries/show?site=439" class="photos_link active_page" title="Photos"><span>Camp Pics</span></a>
    </li>

	<li >
          <a href="/map/show/208" class="map_link active_page" title="Map To Camp"><span>Map To Camp</span></a>
        </li>


	
    <li ><a href='/document/library/589'>LSBC Forms</a></li>
	
</ul>

		</nav>
	</header>

	<nav id="mainNavigation">
		<ul id="SiteNavBar">
    <li id="active"><a href="http://www.livingsprings.ca/Home" title="Home"><span>Home</span></a></li><li><a href="http://www.livingsprings.ca/Our-Story" title="Our story"><span>Our Story</span></a></li><li class="drop"><a href="http://www.livingsprings.ca/Camps" class="camps_link parent_link" title="Camps"><span>Camps</span></a><ul><li><a href="http://www.livingsprings.ca/-Childrens-Camp" title="-children&#x27;s camp"><span>-Children's Camp</span></a></li><li><a href="http://www.livingsprings.ca/-Family-Camp" title="-family camp"><span>-Family Camp</span></a></li><li><a href="http://www.livingsprings.ca/-Heritage-Builders" title="-heritage builders"><span>-Heritage Builders</span></a></li><li><a href="http://www.livingsprings.ca/-Senior-and-Junior-High" title="-senior and junior high"><span>-Senior and Junior High</span></a></li></ul></li><li class="drop"><a href="http://www.livingsprings.ca/Get-Involved" class="get_involved_link parent_link" title="Get Involved"><span>Get Involved</span></a><ul><li class="drop"><a href="http://www.livingsprings.ca/Leader--In-Training" class="leader_in_training_link parent_link" title="Leader  In Training"><span>Leader  In Training</span></a><ul><li><a href="http://www.livingsprings.ca/-LIT-Instructor-" title=" lit instructor "><span> LIT Instructor </span></a></li><li><a href="http://www.livingsprings.ca/LIT-Program" title="Lit program"><span>LIT Program</span></a></li></ul></li><li><a href="http://www.livingsprings.ca/Prayer" title="Prayer"><span>Prayer</span></a></li><li class="drop"><a href="http://www.livingsprings.ca/Staff" class="staff_link parent_link" title="Staff"><span>Staff</span></a><ul><li><a href="http://www.livingsprings.ca/-Cabin-Leader-" title=" cabin leader "><span> Cabin Leader </span></a></li><li><a href="http://www.livingsprings.ca/-Camp-Administrator" title=" camp administrator"><span> Camp Administrator</span></a></li><li><a href="http://www.livingsprings.ca/-Discipleship-Director" title=" discipleship director"><span> Discipleship Director</span></a></li><li><a href="http://www.livingsprings.ca/-Grounds-Keeper-" title=" grounds keeper "><span> Grounds Keeper </span></a></li><li><a href="http://www.livingsprings.ca/-Life-Guard-" title=" life guard "><span> Life Guard </span></a></li><li><a href="http://www.livingsprings.ca/-Medic-" title=" medic "><span> Medic </span></a></li><li><a href="http://www.livingsprings.ca/-Music-Leader" title=" music leader"><span> Music Leader</span></a></li><li><a href="http://www.livingsprings.ca/Cooks" title="Cooks"><span>Cooks</span></a></li><li><a href="http://www.livingsprings.ca/Kitchen-" title="Kitchen "><span>Kitchen </span></a></li><li><a href="http://www.livingsprings.ca/Program-Director" title="Program director"><span>Program Director</span></a></li><li><a href="http://www.livingsprings.ca/Support-Staff" title="Support staff"><span>Support Staff</span></a></li></ul></li><li><a href="http://www.livingsprings.ca/Volunteer" title="Volunteer"><span>Volunteer</span></a></li></ul></li><li><a href="http://www.livingsprings.ca/Facilities" title="Facilities"><span>Facilities</span></a></li><li><a href="http://www.livingsprings.ca/What-To-Bring-To-Camp" title="What to bring to camp"><span>What To Bring To Camp</span></a></li><li><a href="http://www.livingsprings.ca/Go-To-Camp-for-50" title="Go to camp for $50"><span>Go To Camp for $50</span></a></li><li><a href="http://www.livingsprings.ca/FAQ" title="Faq"><span>FAQ</span></a></li>
</ul>

	</nav>

 







	<section id="homeContent" class="clearfix">
		<section id="topRow" class="clearfix">
			  
			<!-- Living Springs Bible Camp slideshow -->
			 <section id="slideShow">
				<div id="imgShadow"></div>
				<a class="prev" href="#">Prev</a>
				<div class="slides_container">
					
					
					
					<div><img src="http://files.townlife.com/public/uploads/photos/557407/New10_xlarge.jpg"></div>
					
					<div><img src="http://files.townlife.com/public/uploads/photos/557330/New3_xlarge.jpg"></div>
					
					<div><img src="http://files.townlife.com/public/uploads/photos/557396/New9_xlarge.jpg"></div>
					
					<div><img src="http://files.townlife.com/public/uploads/photos/558827/LSBC_Website_xlarge.jpg"></div>
					
					<div><img src="http://files.townlife.com/public/uploads/photos/557308/New1_xlarge.jpg"></div>
					
					<div><img src="http://files.townlife.com/public/uploads/photos/557385/New8_xlarge.jpg"></div>
					
					<div><img src="http://files.townlife.com/public/uploads/photos/557352/New5_xlarge.jpg"></div>
					
					<div><img src="http://files.townlife.com/public/uploads/photos/557319/New2_xlarge.jpg"></div>
					
					<div><img src="http://files.townlife.com/public/uploads/photos/557363/New6_xlarge.jpg"></div>
					
					<div><img src="http://files.townlife.com/public/uploads/photos/557374/New7_xlarge.jpg"></div>
					
            	</div>
            <a class="next" href="#">Next</a>
        	</section>
			<script src="https://cloud.townlife.ca/system/381/slides.min.jquery.js"></script>
			<script src="https://cloud.townlife.ca/system/381/script.js"></script>
			
			 
			<article id="homeIntro" role="main">
				<section id="pageContent" class="fontOverride"> 
					
					<div id="siteBanner">
  
</div>

									
					


  <div style="text-align: center;"></div>
<h1 style="text-align: center">Welcome to Living Springs Bible Camp</h1>
<div style="text-align: center;"></div>
<p></p>
<h6>LSBC is a summer camp located on Red Deer Lake, 10 kilometres west of Ferintosh. In July and August we offer a variety of camps and activities for kids Grade 2 to 12, including a Leader in Training (LIT) program for Senior High students and a family camp over August long weekend. Our facilities are available the rest of the year for groups to rent.</h6>
<h4 style="text-align: center">LSBC exists to evangelize and disciple campers for the glory of God</h4>
<h6>Please note these changes to the camp payment:</h6>
1) GST is already included in all the camp prices, except for the deposit.<br />
2) The memory verse program now has a base charge of $50, and not $30<br />
3) As well, the deposit has increased to $50 from $30<br />
<h5 style="text-align: center">"He who believes in Me, as the Scripture has said,</h5>
<h5 style="text-align: center">out of his heart will flow rivers of living water." - John 7:38</h5>
<div id="tc_95665"></div>
<br />
<!-- Start of SimpleHitCounter Code -->
<div align="center"><a target="_blank" href="http://www.simplehitcounter.com"><img width="83" height="18" border="0" alt="web counter" src="http://simplehitcounter.com/hit.php?uid=1783624&f=0&b=16777215" /></a><br />
<a target="_blank" style="text-decoration: none" href="http://www.simplehitcounter.com">web counter</a></div>
<!-- End of SimpleHitCounter Code --> <center>
<div class="fb-page" data-href="https://www.facebook.com/livingspringsbiblecamp/" data-tabs="timeline" data-width="500" data-height="700" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"><blockquote cite="https://www.facebook.com/livingspringsbiblecamp/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/livingspringsbiblecamp/">Living Springs Bible Camp</a></blockquote></div>
</center>


				</section>
			</article>
			
			<aside id="homeActions">
				<nav id="actionSteps">
				<h3 class="mobileOnly">Action Steps</h3>
					      <dl class="action_steps">
	<dt>Action Steps</dt>
 
	 
		    <dd id="action_1398">
	        <img alt="Camp Videos" class="action_steps_image" src="/images/icons/fff/resultset_next.png?1512719549" title="Camp Videos" />
		<a class='action_steps_link' href='http://www.livingsprings.ca/Videos' target='_blank'>
		Camp Videos
		</a>
	    </dd>
	   
	 
	  <dd id="action_def_email">
	      <img alt="Email Us" class="action_steps_image" src="/images/icons/fff/email.png?1512719549" title="Email Us" />
  	      <a href="/page/contact/439" class="action_step_link">Contact Us</a>
	  </dd>
          <dd id="action_def_print">
	      <img alt="Print Page" class="action_steps_image" src="/images/icons/fff/page.png?1512719549" title="Print Page" />
    	      <a class="action_step_link" href="#" onclick="print(); return false;; return false;">Print this Page</a>
          </dd>
      </dl>


				</nav>
			</aside>
		
			<section id="userContent" class="rightItem sidebar-events">
				
					      <p></p>
<p style="text-align: center">&nbsp;</p>
<p style="text-align: center">&nbsp;&nbsp;<a href="http://www.cci-canada.ca" target="_blank"><img border="0" src="/system/439/CCI-Canada_Logo.png" alt="CCI-Canada_Logo" title="CCI-Canada_Logo" /></a></p>
<p>&nbsp;</p>
<p style="text-align: center">&nbsp;</p>
<p style="text-align: center"><a href="http://ubdavid.org" target="_blank"><img border="0" src="/system/439/D___J_Logo.png" alt="D___J_Logo" title="D___J_Logo" /></a>&nbsp;</p>
<p>&nbsp;</p>
<p style="text-align: center">&nbsp;</p>
<p style="text-align: center">&nbsp;<a href="http://www.goodseed.com" target="_blank"><img width="180" height="32" border="0" src="/system/439/Good_Seed_Logo.png" alt="Good_Seed_Logo" title="Good_Seed_Logo" /></a>&nbsp;</p>
<p>&nbsp;</p>
                   



			</section><!-- /userContent -->
		</section><!-- /toprow -->
		
		
		<section id="bottomRow" class="clearfix">
			<section id="latestNews">
				<h2>Latest News</h2>
				<!-- shared/latest_posts -->
<div class="ResourceBox insite latest_posts page_box" id="latest_posts_box">
  <h4 class="latest_posts_title">
    <a href="/blogs/show/439">Latest Blog</a> 
    <span class="latest_posts_count">(4)</span>
  </h4>
  <ul>
      <li class="new_post">
	<div class="rightNew_post">
          <a class="post_title" href="/blogs/show_entry/1826">
	    Jeremy E
          </a>
          <p>
            &nbsp;Living Springs is special to me for a number of reasons:
It is where my faith in Christ was tested in ministry, and where my faith became re...
          </p>
	</div>      
	</li>
      <li class="new_post">
	<div class="rightNew_post">
          <a class="post_title" href="/blogs/show_entry/1825">
	    Ronda E
          </a>
          <p>
            &nbsp;I love that it&rsquo;s a safe place where people feel loved and have the freedom to be vulnerable; acceptance. God reigns there and the diffe...
          </p>
	</div>      
	</li>
      <li class="new_post">
	<div class="rightNew_post">
          <a class="post_title" href="/blogs/show_entry/1824">
	    Warren C
          </a>
          <p>
            &nbsp;Camp has always been important. I started having fun as a camper and now being involved in God&rsquo;s ministry as a leader. Camp is good!
...
          </p>
	</div>      
	</li>
      <li class="new_post">
	<div class="rightNew_post">
          <a class="post_title" href="/blogs/show_entry/1823">
	    Anonymous
          </a>
          <p>
            Seeing the team effort and hearing how lives are impacted. The whole camp is run with great organizations. May God receive all honor and praise thr...
          </p>
	</div>      
	</li>
  </ul>
  <h6 class="more news"><a href="/blogs/show/439">+ MORE NEWS</a></h6>
</div>

			</section>
			
			<section id="latestEvents">
				<h2>Upcoming Events</h2>
				  <div class="ResourceBox insite latest_events" id="latest_events_box">
      <h4 class="latest_events_title">
        <a href="/calendars/table/439">Upcoming Events</a> 
        <span class="latest_events_count">(5)</span>
      </h4>
      <ul>
          <li class="recent_event">
            <span class="event_date">
                <span class='theMonth'>February</span> <span class='theDate'>01</span><span class='theComma'>,</span><span class='theYear'>2018</span>
            </span>
            
            <a href="/calendars/show_event/43102">Registration 2018</a>
            <span class="upcoming_time_frame">
              (in 1 month)
                &nbsp;from  7:00 AM
            </span>
          </li>
          <li class="recent_event">
            <span class="event_date">
                <span class='theMonth'>June</span> <span class='theDate'>29</span><span class='theComma'>,</span><span class='theYear'>2018</span>
            </span>
            
            <a href="/calendars/show_event/43683">Staff Orientation</a>
            <span class="upcoming_time_frame">
              (in 6 months)
            </span>
          </li>
          <li class="recent_event">
            <span class="event_date">
                <span class='theMonth'>July</span> <span class='theDate'>02</span><span class='theComma'>,</span><span class='theYear'>2018</span>
            </span>
            
            <a href="/calendars/show_event/43681">Heritage Builders Camp</a>
            <span class="upcoming_time_frame">
              (in 6 months)
            </span>
          </li>
          <li class="recent_event">
            <span class="event_date">
                <span class='theMonth'>July</span> <span class='theDate'>06</span><span class='theComma'>,</span><span class='theYear'>2018</span>
            </span>
            
            <a href="/calendars/show_event/43676">Senior High Camp</a>
            <span class="upcoming_time_frame">
              (in 6 months)
            </span>
          </li>
          <li class="recent_event">
            <span class="event_date">
                <span class='theMonth'>July</span> <span class='theDate'>14</span><span class='theComma'>,</span><span class='theYear'>2018</span>
            </span>
            
            <a href="/calendars/show_event/43677">Junior High Camp</a>
            <span class="upcoming_time_frame">
              (in 6 months)
            </span>
          </li>
      </ul>
      <h6 class="more events"><a href="/calendars/table/439">+ MORE EVENTS</a></h6>
  </div>

			</section>

			
 


	
		</section>		
	</section>
	

	


 
	
	<footer id="socialFooter" class="clearfix">
		  <div class="social_footer">
  <div class="topper_container">
    <h6 id="topper">
      <a href="#top">BACK TO TOP</a>
    </h6>
  </div>
    <div class="social_bookmark">
      <p style="text-align: center"><em><strong>&quot;Some trust in horses, some trust in chariots, but we trust in </strong></em><em><strong>the Lord Jesus Christ...&quot;</strong></em>&nbsp;</p>
<p style="text-align: center"><a target="_blank" href="https://www.facebook.com/#!/groups/325291170908671/"><img border="0" src="/system/439/socialnetworking_facebook_icon_116x24.png.png" alt="socialnetworking_facebook_icon_116x24.png" title="socialnetworking_facebook_icon_116x24.png" /></a>&nbsp;&nbsp;<a href="https://www.youtube.com/channel/UCmXXg-wP_vjj4pTcXLZRu-w" target="_blank"><img src="http://files.townlife.com/public/uploads/photos/483352/YouTube_Icon_Mini_medium.png" alt="YouTube_Icon_Mini" title="YouTube_Icon_Mini" /></a>&nbsp;<a href="https://www.flickr.com/photos/livingsprings/" target="_blank"><img src="http://files.townlife.com/public/uploads/photos/506626/flickr-logo.jpg" alt="Flickr-logo-mini" title="Flickr-logo-mini" /></a></p>
    </div>
          <!-- LIQUID LAYOUT -->    
    <ul class="social">
          <li id="facebook">
            <div id="fb-root"></div>
            <script>
              window.fbAsyncInit = function() {
                FB.init({
                  appId: '142916509104743',
                  status : true,
                  cookie : true,
                  xfbml  : true,
                  version : 'v2.8'
                });
                FB.Event.subscribe('edge.create', function(targetUrl) {
                  _gaq.push(['_trackSocial', 'facebook', 'like', targetUrl]);
                });
                FB.Event.subscribe('edge.remove', function(targetUrl) {
                  _gaq.push(['_trackSocial', 'facebook', 'unlike', targetUrl]);
                });
                FB.Event.subscribe('message.send', function(targetUrl) {
                  _gaq.push(['_trackSocial', 'facebook', 'send', targetUrl]);
                });
              };
              
              (function(d, s, id) {
                  var js, fjs = d.getElementsByTagName(s)[0];
                  if (d.getElementById(id)) return;
                  js = d.createElement(s); js.id = id;
                  js.src = "//connect.facebook.net/en_US/sdk.js";
                  fjs.parentNode.insertBefore(js, fjs);
                }(document, 'script', 'facebook-jssdk'));
            </script>
            <div class="fb-like" data-href="http://www.livingsprings.ca/" data-width="180" data-layout="standard" data-action="like" data-show-faces="false" data-share="false"></div>
          </li>



    </ul>


</div>

 
	</footer>
	
	<footer id="mainFooter" class="clearfix">
		<aside id="userDetails">
			<p><b>Living Springs Bible Camp</b><br>
			

			 
			 
			
			
				<strong>Phone:</strong> (780) 781-2636<br> 
			
			
			 
			 
			
			
				<strong>Fax:</strong> <br>
			
									
			<br>RR 3, 3610 - 56th Avenue<br>
			Wetaskiwin  , AB
			<br>T9A 1X1   

			<a href="/page/contact/439">Email us</a></p>			
		</aside>
		
		<nav id="footerNavigation">
			<ul id="SiteNavBar">
    <li id="active"><a href="http://www.livingsprings.ca/Home" title="Home"><span>Home</span></a></li><li><a href="http://www.livingsprings.ca/Our-Story" title="Our story"><span>Our Story</span></a></li><li class="drop"><a href="http://www.livingsprings.ca/Camps" class="camps_link parent_link" title="Camps"><span>Camps</span></a><ul><li><a href="http://www.livingsprings.ca/-Childrens-Camp" title="-children&#x27;s camp"><span>-Children's Camp</span></a></li><li><a href="http://www.livingsprings.ca/-Family-Camp" title="-family camp"><span>-Family Camp</span></a></li><li><a href="http://www.livingsprings.ca/-Heritage-Builders" title="-heritage builders"><span>-Heritage Builders</span></a></li><li><a href="http://www.livingsprings.ca/-Senior-and-Junior-High" title="-senior and junior high"><span>-Senior and Junior High</span></a></li></ul></li><li class="drop"><a href="http://www.livingsprings.ca/Get-Involved" class="get_involved_link parent_link" title="Get Involved"><span>Get Involved</span></a><ul><li class="drop"><a href="http://www.livingsprings.ca/Leader--In-Training" class="leader_in_training_link parent_link" title="Leader  In Training"><span>Leader  In Training</span></a><ul><li><a href="http://www.livingsprings.ca/-LIT-Instructor-" title=" lit instructor "><span> LIT Instructor </span></a></li><li><a href="http://www.livingsprings.ca/LIT-Program" title="Lit program"><span>LIT Program</span></a></li></ul></li><li><a href="http://www.livingsprings.ca/Prayer" title="Prayer"><span>Prayer</span></a></li><li class="drop"><a href="http://www.livingsprings.ca/Staff" class="staff_link parent_link" title="Staff"><span>Staff</span></a><ul><li><a href="http://www.livingsprings.ca/-Cabin-Leader-" title=" cabin leader "><span> Cabin Leader </span></a></li><li><a href="http://www.livingsprings.ca/-Camp-Administrator" title=" camp administrator"><span> Camp Administrator</span></a></li><li><a href="http://www.livingsprings.ca/-Discipleship-Director" title=" discipleship director"><span> Discipleship Director</span></a></li><li><a href="http://www.livingsprings.ca/-Grounds-Keeper-" title=" grounds keeper "><span> Grounds Keeper </span></a></li><li><a href="http://www.livingsprings.ca/-Life-Guard-" title=" life guard "><span> Life Guard </span></a></li><li><a href="http://www.livingsprings.ca/-Medic-" title=" medic "><span> Medic </span></a></li><li><a href="http://www.livingsprings.ca/-Music-Leader" title=" music leader"><span> Music Leader</span></a></li><li><a href="http://www.livingsprings.ca/Cooks" title="Cooks"><span>Cooks</span></a></li><li><a href="http://www.livingsprings.ca/Kitchen-" title="Kitchen "><span>Kitchen </span></a></li><li><a href="http://www.livingsprings.ca/Program-Director" title="Program director"><span>Program Director</span></a></li><li><a href="http://www.livingsprings.ca/Support-Staff" title="Support staff"><span>Support Staff</span></a></li></ul></li><li><a href="http://www.livingsprings.ca/Volunteer" title="Volunteer"><span>Volunteer</span></a></li></ul></li><li><a href="http://www.livingsprings.ca/Facilities" title="Facilities"><span>Facilities</span></a></li><li><a href="http://www.livingsprings.ca/What-To-Bring-To-Camp" title="What to bring to camp"><span>What To Bring To Camp</span></a></li><li><a href="http://www.livingsprings.ca/Go-To-Camp-for-50" title="Go to camp for $50"><span>Go To Camp for $50</span></a></li><li><a href="http://www.livingsprings.ca/FAQ" title="Faq"><span>FAQ</span></a></li>
</ul>

		</nav>
		
		<nav id="footerModules">
			
<ul id="NavBar">
    <li >
      
      <a href="/blogs/show?site=439" class="blog_link active_page" title="Blog"><span>Blog</span></a>
    </li>
    <li  >
      <a href="/calendars/table/439" class="events_link active_page" title="Events"><span>Camp Calendar</span></a>
    </li>
    <li >
      <a href="/galleries/show?site=439" class="photos_link active_page" title="Photos"><span>Camp Pics</span></a>
    </li>

	<li >
          <a href="/map/show/208" class="map_link active_page" title="Map To Camp"><span>Map To Camp</span></a>
        </li>


	
    <li ><a href='/document/library/589'>LSBC Forms</a></li>
	
</ul>

		</nav>
		
		<aside id="userInput">
			
		</aside>
	</footer>
	
	<footer id="footerBase" class="clearfix">		
	<nav id="econoLution">
		<p id="copyRight">
			<a href="#feedback-form" class="button open-lightbox feedbackLink">Feedback?</a>
			All rights reserved.  &copy; Copyright <span id="year">2017</span>&nbsp;<a href="/rss/439" target="_blank">RSS</a></p>
		  <ul>
      <li class="NoBorder">	  	
        <a href="https://www.townlife.com/login"><img src='/images/icons/fff/lock.png' alt='Log In' /> Log In</a>	  	
      </li>
  </ul>

  <p id="hoston">
    	Powered by
		<a href="http://www.townlife.com">TownLife.com</a>	
  </p>

    <p>This site contributes to		
    <a href="http://www.pigeonlakeonline.ca">Pigeon Lake ONLINE</a>.
			
		</p>

	</nav>
	</footer>
	
</div>

<!--- added for MOBILE NAV starts here -->
<script>
jQuery(document).ready(function($) {
	if ($(window).width() < 768) {
  		$.getScript('https://cloud.townlife.ca/themes/Shared/Javascript/mobile-jq.js', function() {
  		});
  	}
});
</script>
<!-- added for MOBILE NAV ends here -->







	


	<script src="https://cloud.townlife.ca/system/100/ie-hacks.js"></script>
	<script>
		jQuery(function(){
			if(jQuery('.ie6, .ie7, .ie8').length) {
				jQuery('body').lastChild();
			}
		});
	</script>



<script>
<!--//
// Admin Global Pull Down
       function switchSite(obj){
             jQuery.ajax({url: "/global/switch_site/" + obj.value});
       } 
//-->
</script>




<script src="https://cloud.townlife.ca/themes/Shared/jQuery/Magnific-Popup/jquery.magnific-popup.min.js"></script>


<script>
jQuery(document).ready(function($) {

		//Single Image Lightbox: for latest news, tidbit thumb popup
		$('.new_post .image-popup-vertical-fit, .tidbitEntry .image-popup-vertical-fit').magnificPopup({
			type: 'image',
			closeOnContentClick: true,
			mainClass: 'mfp-img-mobile',
			image: {
				verticalFit: true	
			},
			zoom: {
				enabled: true,
				duration: 300 // don't foget to change the duration also in CSS
			}
		});	
		
});
</script>




















	
	<script type="text/javascript">
	  var _gaq = _gaq || [];
	  _gaq.push(['_setAccount', 'UA-1565640-1']);
	  _gaq.push(['_trackPageview']);
	  (function() {
		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
		ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
	  })();
	</script>



<div style="display:none;">
	<p>param.controller is [page]</p>
	<p>param.action is [show_regional]</p>
</div>
	
		<div id="feedback-form">
			<div id="wufoo-m1r3g4nv1ax7pr9">Fill out my <a href="https://townlife.wufoo.com/forms/m1r3g4nv1ax7pr9">online form</a>.</div>
			<script>
				var m1r3g4nv1ax7pr9;(function(d, t) {
					var s = d.createElement(t), options = {
					'userName':'townlife',
					'formHash':'m1r3g4nv1ax7pr9',
					'autoResize':true,
					'resizeDone': resizeTheColorboxFeedback,
					'height':'561',
					'async':true,
					/* Autofill Magic! */
					'defaultValues':'field15=http://www.townlife.com/world/Canada/Alberta/Wetaskiwin/439/Home&field13=www.livingsprings.ca&field9=Living Springs Bible Camp&field11=ryandavidmaguire@gmail.com',
					'host':'wufoo.com',
					'header':'show',
					'ssl':false};
					s.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + 'www.wufoo.com/scripts/embed/form.js';
					s.onload = s.onreadystatechange = function() {
					var rs = this.readyState; if (rs) if (rs != 'complete') if (rs != 'loaded') return;
					try { m1r3g4nv1ax7pr9 = new WufooForm();m1r3g4nv1ax7pr9.initialize(options);m1r3g4nv1ax7pr9.display(); } catch (e) {}};
					var scr = d.getElementsByTagName(t)[0], par = scr.parentNode; par.insertBefore(s, scr);
				})(document, 'script');
			</script><!-- /wufoo feedback script -->
		</div><!-- /#feedback-form -->
	
</body>
</html>

