Positive Faith input[type=’submit’].minimal, button.minimal { background: #e3e3e3 !important; border: 1px solid #bbb !important; -moz-border-radius: 3px !important; -webkit-border-radius: 3px !important; border-radius: 3px !important; -moz-box-shadow: inset 0 0 1px 1px #f6f6f6 !important; -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6 !important; box-shadow: inset 0 0 1px 1px #f6f6f6 !important; color: #333 !important; font-family: “helvetica neue", helvetica, arial, sans-serif !important; font-size: 12px !important; font-weight: bold !important; line-height: 1 !important; padding: 8px 0 9px !important; text-align: center !important; text-shadow: 0 1px 0 #fff !important; width: 150px !important; } input[type=’submit’].minimal:hover, button.minimal:hover { background: #d9d9d9 !important; -moz-box-shadow: inset 0 0 1px 1px #eaeaea !important; -webkit-box-shadow: inset 0 0 1px 1px #eaeaea !important; box-shadow: inset 0 0 1px 1px #eaeaea !important; color: #222 !important; cursor: pointer !important; } input[type=’submit’].minimal:active, button.minimal:active { background: #d0d0d0 !important; -moz-box-shadow: inset 0 0 1px 1px #e3e3e3 !important; -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3 !important; box-shadow: inset 0 0 1px 1px #e3e3e3 !important; color: #000 !important; } Join our Mailing List Email Address Close var fancyboxLoaded; try { var jqueryLoaded=jQuery; jqueryLoaded=true; //Check if a fancybox plugin is already loaded try{ fancyboxLoaded = $.fancybox } catch(err) { fancyboxLoaded=false; } } catch(err) { jqueryLoaded=false; } var head= document.getElementsByTagName('head')[0]; var script= document.createElement('script'); if (!jqueryLoaded) { script.type= 'text/javascript'; script.src= 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js'; head.appendChild(script); } if (!fancyboxLoaded) { //Only load the CSS because the asynchronous JS might not load the script in time... //We'll load the script later with jQuery :) var fancystyle= document.createElement('link'); fancystyle.setAttribute("rel", "stylesheet"); fancystyle.setAttribute("type", "text/css"); //TODO: Hey MC guys, you've gotta host this somewhere! fancystyle.setAttribute("href", "http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.css"); head.appendChild(fancystyle); } var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';var err_style = ''; try{ err_style = mc_custom_error_style; } catch(e){ err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: FFEEEE none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: FF0000;'; } var head= document.getElementsByTagName('head')[0]; var style= document.createElement('style'); style.type= 'text/css'; if (style.styleSheet) { style.styleSheet.cssText = '.mce_inline_error {' + err_style + '}'; } else { style.appendChild(document.createTextNode('.mce_inline_error {' + err_style + '}')); } head.appendChild(style); $(document).ready( function($) { //Button below the Tumblr Controls //TODO: Hey MC guys, you've gotta host the image linked below somewhere! var newsletter_link = document.createElement('a'); newsletter_link.setAttribute('href', '#mc_embed_signup'); newsletter_link.setAttribute('id', 'mc-embedded-tumblr-signup'); newsletter_link.setAttribute('style', 'border:none; position:absolute; top:26px;right:3px; z-index:9999;'); var newsletter_image = document.createElement('img'); newsletter_image.setAttribute('src', 'http://chimplr.heroku.com/images/newsletter.png'); newsletter_image.setAttribute('style', 'border:none;'); newsletter_link.appendChild(newsletter_image); //Append Link to body $('body:first').append(newsletter_link); var options = { errorClass: 'mce_inline_error', errorElement: 'div', onkeyup: function(){}, onfocusout:function(){}, onblur:function(){}, invalidHandler: function(form, validator) { setTimeout("$.fancybox.resize();", 50); } }; var mce_validator = $("#mc-embedded-subscribe-form").validate(options); options = { url: 'http://davidprts.us6.list-manage.com/subscribe/post-json?u=a37b60ab7634cdb4abec0c05d&id=5efef10d9e&c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8", beforeSubmit: function(){ $('#mce_tmp_error_msg').remove(); $('.datefield','#mc_embed_signup').each( function(){ var txt = 'filled'; var fields = new Array(); var i = 0; $(':text', this).each( function(){ fields[i] = this; i++; }); $(':hidden', this).each( function(){ if ( fields[0].value=='MM' && fields[1].value=='DD' && fields[2].value=='YYYY' ){ this.value = ''; } else if ( fields[0].value=='' && fields[1].value=='' && fields[2].value=='' ){ this.value = ''; } else { this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value; } }); }); return mce_validator.form(); }, success: mce_success_cb }; $('#mc-embedded-subscribe-form').ajaxForm(options); }); function mce_success_cb(resp){ $('#mce-success-response').hide(); $('#mce-error-response').hide(); if (resp.result=="success"){ $('#mce-'+resp.result+'-response').show(); $('#mce-'+resp.result+'-response').html(resp.msg); $('#mc-embedded-subscribe-form').each(function(){ this.reset(); }); $('#mc-embedded-subscribe').hide(); $('.mc-field-group').hide(); $('#mc-embedded-lightbox-close').show().focus(); } else { var index = -1; var msg; try { var parts = resp.msg.split(' - ',2); if (parts[1]==undefined){ msg = resp.msg; } else { i = parseInt(parts[0]); if (i.toString() == parts[0]){ index = parts[0]; msg = parts[1]; } else { index = -1; msg = resp.msg; } } } catch(e){ index = -1; msg = resp.msg; } try{ if (index== -1){ $('#mce-'+resp.result+'-response').show(); $('#mce-'+resp.result+'-response').html(msg); } else { err_id = 'mce_tmp_error_msg'; html = ' '+msg+''; var input_id = '#mc_embed_signup'; var f = $(input_id); if (ftypes[index]=='address'){ input_id = '#mce-'+fnames[index]+'-addr1'; f = $(input_id).parent().parent().get(0); } else if (ftypes[index]=='date'){ input_id = '#mce-'+fnames[index]+'-month'; f = $(input_id).parent().parent().get(0); } else { input_id = '#mce-'+fnames[index]; f = $().parent(input_id).get(0); } if (f){ $(f).append(html); $(input_id).focus(); } else { $('#mce-'+resp.result+'-response').show(); $('#mce-'+resp.result+'-response').html(msg); } } } catch(e){ $('#mce-'+resp.result+'-response').show(); $('#mce-'+resp.result+'-response').html(msg); } } $.fancybox.resize(); } function initFancybox(){ $("#mc-embedded-tumblr-signup").live('click', function(){ $.fancybox({ 'autoDimensions' : true, 'width' : 'auto', 'height' : 'auto', 'href' : $(this).attr('href'), 'scrolling' : 'no', 'onComplete': function(){ $('#mce-error-response').hide(); $('div.mce_inline_error').hide(); $('#mce-success-response').hide(); $('#mce_tmp_error_msg').remove(); $(':input','#mc-embedded-subscribe-form') .not(':button, :submit, :reset, :hidden') .val('') .removeAttr('checked') .removeAttr('selected'); //focus first input field $("#mc-embedded-subscribe-form:not(.filter) :input:visible:enabled:first").focus(); $('#mc-embedded-subscribe').show(); $('.mc-field-group').show(); $('#mc-embedded-lightbox-close').hide(); } }); return false; }); } //Check wether Fancybox is loaded or not, and if not, load the sucker and initialize it if (!fancyboxLoaded){ //TODO: Hey MC guys, you've gotta host this somewhere! $.getScript("http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.pack.js", function(){ initFancybox(); }); } if (fancyboxLoaded) { initFancybox(); } Positive Faith Tumblr (3.0; @davidpmurray)http://positivefaith.headhearthand.org/Outrunning Multiple Sclerosis<p><iframe frameborder="0" height="315" src="//www.youtube.com/embed/-BtsNMc23Uc?rel=0" width="560"></iframe></p> <p>A Danish woman has run 366 marathons in a year after an MS diagnosis.</p> <p>Email/RSS view video <a href="http://positivefaith.headhearthand.org/" target="_blank">here</a>.</p> <p><em>Positive Faith: A Philippians 4:8 Microblog</em></p>http://positivefaith.headhearthand.org/post/56378588164http://positivefaith.headhearthand.org/post/56378588164Wed, 24 Jul 2013 20:36:00 -0400amazingpeopleFaithful Heart [Video]<p><iframe frameborder="0" height="315" src="http://player.vimeo.com/video/47738825?title=0&byline=0&portrait=0&color=ff9933" width="560"></iframe></p> <p>Powerful testimony in a time of great trial. So thankful to Austin Stone for this series of short films.</p> <p>RSS/Email view video <a href="http://positivefaith.headhearthand.org/post/56328889855/faithful-heart-video" target="_blank">here</a>.</p> <p><em>Positive Faith: A Philippians 4:8 Microblog</em></p>http://positivefaith.headhearthand.org/post/56328889855http://positivefaith.headhearthand.org/post/56328889855Wed, 24 Jul 2013 08:39:00 -0400Bubble Football [Video]<p><iframe frameborder="0" height="315" src="//www.youtube.com/embed/cl98-HwR15s?rel=0" width="560"></iframe></p> <p>Thought this would give you a chuckle and something to add to your “bucket list."</p> <p>Just when you thought we’d run out of things to invent.</p> <p>This is what American football looks like to us Brits!</p> <p>RSS/Email <a href="http://positivefaith.headhearthand.org/" target="_blank">viewing link</a>.</p>http://positivefaith.headhearthand.org/post/56232206125http://positivefaith.headhearthand.org/post/56232206125Tue, 23 Jul 2013 07:12:07 -0400Savor Every Moment [Video]<p><iframe frameborder="0" height="315" src="//www.youtube.com/embed/O0iRYycmlOI?rel=0" width="560"></iframe></p> <p>RSS/Email <a href="http://positivefaith.headhearthand.org/post/55958105106/savor-every-moment-video" target="_blank">viewing link</a>.</p> <p><em>Positive Faith: A Philippians 4:8 Microblog</em></p>http://positivefaith.headhearthand.org/post/55958105106http://positivefaith.headhearthand.org/post/55958105106Sat, 20 Jul 2013 09:29:00 -0400Jordan and Jessica's Story [Video]<p><iframe frameborder="0" height="315" src="//www.youtube.com/embed/lFon14QjmFw?rel=0" width="560"></iframe></p> <p>Great story from the <a href="http://www.raanetwork.org/2013/07/the-redemptive-story-of-jordan-and-jessica/" target="_blank">Reformed African American Network</a>. Two Christians who were both widowed in their twenties, one a church planter in New York, find new love in one another.</p> <p>RSS/Email view video <a href="http://positivefaith.headhearthand.org/" target="_blank">here</a>. </p> <p><em>Positive Faith: A Philippians 4:8 Microblog</em></p>http://positivefaith.headhearthand.org/post/55863567410http://positivefaith.headhearthand.org/post/55863567410Fri, 19 Jul 2013 07:09:14 -0400This is what a real hero looks like<p><a href="http://landing.newsinc.com/shared/video.html?freewheel=69016&sitesection=theblaze&VID=24943021" target="_blank">Two teenagers helped save a 5-year-old girl</a> who was abducted while playing in her yard by chasing the abductor’s car for 15 minutes on their bikes."</p> <p><span>Read more <a href="http://www.theblaze.com/stories/2013/07/14/this-is-what-a-real-hero-looks-like/" target="_blank">here</a>.</span></p> <p><span>RSS/Email view video <a href="http://positivefaith.headhearthand.org/post/55696950417/this-is-what-a-real-hero-looks-like" target="_blank">here</a>.</span></p> <p><em><span>Positive Faith: A Philippians 4:8 MicroBlog</span></em></p>http://positivefaith.headhearthand.org/post/55696950417http://positivefaith.headhearthand.org/post/55696950417Wed, 17 Jul 2013 11:50:00 -0400amazingpeopleAmazing People: Disabled Wrestlers<p> <script src="http://player.espn.com/player.js?pcode=1kNG061cgaoolOncv54OAO1ceO-I&width=576&height=324&externalId=espn:9456327&thruParam_espn-ui%5BautoPlay%5D=false&thruParam_espn-ui%5BplayRelatedExternally%5D=true" type="text/javascript"></script></p> <p>Here’s a beautiful and inspiring film about two courageous young men and the ESPN producer who quit her job to help them fulfill their dreams.</p> <p>Language watch: Mute at 17.45-17.48.</p> <p>You can read more <a href="http://espn.go.com/espn/otl/story/_/id/9454322/why-stayed" target="_blank">here</a> and <a href="http://www.carryontrust.org/" target="_blank">here</a>. </p> <p>RSS/Email click <a href="http://positivefaith.headhearthand.org/post/55593684488/amazing-people-disabled-wrestlers" target="_blank">here</a> to view video.</p>http://positivefaith.headhearthand.org/post/55593684488http://positivefaith.headhearthand.org/post/55593684488Tue, 16 Jul 2013 06:31:00 -0400amazingpeopleStreet Artist Playing Hallelujah with Crystal Glasses<p><iframe frameborder="0" height="315" src="//www.youtube.com/embed/lAEXH9DAH98?rel=0" width="560"></iframe></p> <p>RSS/Email view video <a href="http://positivefaith.headhearthand.org/post/55506602429/street-artist-playing-hallelujah-with-crystal-glasses" target="_blank">here</a>.</p> <p><em>A Philippians 4:8 Microblog</em></p>http://positivefaith.headhearthand.org/post/55506602429http://positivefaith.headhearthand.org/post/55506602429Mon, 15 Jul 2013 08:02:00 -0400"Buy experiences not things"<div class="mod-latarticlesarticletextwithadcpc mod-latarticlesarticletext mod-articletext" id="mod-a-body-after-first-para"> <p><span>Bullet point summary from the LA Times report </span><em><a href="http://articles.latimes.com/2013/may/19/opinion/la-oe-norton-happiness-spending-20130519" target="_blank">How to Buy Happiness</a></em></p> <p>1. Dozens of studies show that people get more happiness from buying experiences than from buying material things.</p> <p>2. The value of experiences [also] tends to grow over time, becoming rosier in the rearview mirror of memory.</p> <p>3. And experiences come with one more benefit: They tend to bring us closer to other people, whereas material things are more often enjoyed alone. </p> <p>4. Doing things <em>with</em> other people improves happiness.</p> <p>5. Doing things <em>for</em> other people can provide an additional boost.</p> <p>6. People are happier if they spend money on others. <span>Spending even just a few dollars on someone else provides more happiness than using the cash to treat yourself.</span></p> <p><span>In other words, “It’s more blessed to give than to receive" (Acts 20:35).</span></p> </div>http://positivefaith.headhearthand.org/post/55251551714http://positivefaith.headhearthand.org/post/55251551714Fri, 12 Jul 2013 07:04:27 -0400The Invigorating Culture Shift on Abortion<p><iframe frameborder="0" height="315" src="//www.youtube.com/embed/Q4foXehDmWs?rel=0" width="560"></iframe></p> <p>A moving, encouraging, and inspiring video.</p> <p>More details and commentary from <a href="http://www.patheos.com/blogs/thoughtlife/2013/07/paisley-white-and-the-invigorating-culture-shift-on-abortion/" target="_blank">Owen Strachan</a></p> <p>RSS/Email watch video <a href="http://positivefaith.headhearthand.org/" target="_blank">here</a>.</p>http://positivefaith.headhearthand.org/post/55165537053http://positivefaith.headhearthand.org/post/55165537053Thu, 11 Jul 2013 07:06:23 -0400The Happy Secret to Better Work<p><iframe frameborder="0" height="315" scrolling="no" src="http://embed.ted.com/talks/shawn_achor_the_happy_secret_to_better_work.html" width="560"></iframe></p> <p>You’ll love this TED talk by Harvard Professor Shawn Achor, author of <em><a href="http://www.amazon.com/The-Happiness-Advantage-Principles-Performance/dp/0307591549/ref=sr_1_1?ie=UTF8&qid=1373455257&sr=8-1&keywords=the+happiness+advantage" target="_blank">The Happiness Advantage</a>. </em>What a great speaker!</p> <p>RSS/Email view video <a href="http://positivefaith.headhearthand.org/post/55079428057/the-happy-secret-to-better-work">here</a>.</p>http://positivefaith.headhearthand.org/post/55079428057http://positivefaith.headhearthand.org/post/55079428057Wed, 10 Jul 2013 07:22:00 -0400Beautiful Birds<p><a href="http://www.paulnelsonphoto.com/aviary/" target="_blank">These</a> are the most stunning bird photos I’ve ever seen.</p> <p><span class="text Gen-1-20" id="en-NKJV-20">Then God said, “Let the waters abound with an abundance of living creatures, and <strong>let birds fly above the earth across the face of the firmament of the heavens.</strong>” </span><span></span><span class="text Gen-1-21" id="en-NKJV-21">So God created great sea creatures and every living thing that moves, with which the waters abounded, according to their kind, and <strong>every winged bird according to its kind</strong>. And God saw that <em>it was</em> good. </span><span></span><span class="text Gen-1-22" id="en-NKJV-22">And God blessed them, saying, “Be fruitful and multiply, and fill the waters in the seas, and <strong>let birds multiply on the earth.</strong>” </span><span></span><span class="text Gen-1-23" id="en-NKJV-23">So the evening and the morning were the fifth day (Genesis 1:20-23)</span></p>http://positivefaith.headhearthand.org/post/54958418150http://positivefaith.headhearthand.org/post/54958418150Mon, 08 Jul 2013 20:53:18 -0400How clutter affects your brain<p><a href="http://lifehacker.com/how-clutter-affects-your-brain-and-what-you-can-do-abo-662647035" target="_blank">This</a> is a stimulating and challenging article on the damaging effects of clutter - physical and digital - on our creativity and productivity. </p> <p>Although the picture of Steve Jobs’ desk gave me hope, I know that I enjoy more productivity and inner peace when my mind and office are uncluttered. </p> <p>Mikael Cho offers <a href="http://lifehacker.com/how-clutter-affects-your-brain-and-what-you-can-do-abo-662647035" target="_blank">four ideas to help edit the noise in our lives</a>:</p> <p class="MsoNormal"><strong>1. Apply Constraints</strong></p> <p class="MsoNormal"><strong>2. Use Small Storage Spaces</strong></p> <p class="MsoNormal"><strong>3. Conduct a Monthly Review of Your Closet</strong></p> <p class="MsoNormal"><span><strong>4. Remove All Files From Your Desktop Daily</strong></span></p> <p>However, for me, nothing works better for me than Philippians 4:7-9. Notice that the peace of God in verses 7 and 9 bookend the practices of verse 8. In other words, if we put verse 8 into practice, we will know the peace of God in our lives. There’s no better foundation for creativity and productivity. </p>http://positivefaith.headhearthand.org/post/54910974909http://positivefaith.headhearthand.org/post/54910974909Mon, 08 Jul 2013 08:48:58 -040010 Reasons not to read the news<p><span><a href="http://www.guardian.co.uk/media/2013/apr/12/news-is-bad-rolf-dobelli?CMP=twt_gu" target="_blank">News is bad for your health</a>. It leads to fear and aggression, and hinders your creativity and ability to think deeply. The solution? Stop consuming it altogether</span></p> <p><strong>1. News misleads.</strong><span> </span></p> <p><strong>2. News is irrelevant.</strong></p> <p><strong><strong>3. News has no explanatory power.</strong></strong></p> <p><strong><strong><strong>4. News is toxic to your body.</strong></strong></strong></p> <p><strong><strong><strong><strong>5. News increases cognitive errors.</strong></strong></strong></strong></p> <p><strong><strong><strong><strong><strong>6. News inhibits thinking.</strong></strong></strong></strong></strong></p> <p><strong><strong><strong><strong><strong><strong>7. News works like a drug.</strong></strong></strong></strong></strong></strong></p> <p><strong><strong><strong><strong><strong><strong><strong>8. News wastes time.</strong></strong></strong></strong></strong></strong></strong></p> <p><strong><strong><strong><strong><strong><strong><strong><strong>9. News makes us passive.</strong></strong></strong></strong></strong></strong></strong></strong></p> <p><strong><strong><strong><strong><strong><strong><strong><strong><strong>10. News kills creativity.</strong></strong></strong></strong></strong></strong></strong></strong></strong></p> <p>And this was published <a href="http://www.guardian.co.uk/media/2013/apr/12/news-is-bad-rolf-dobelli?CMP=twt_gu" target="_blank">on a newspaper website</a>! </p> <p>To put it another way: Philippians 4v8-9.</p> <p><em><span class="text Phil-4-8">Finally, brethren, whatever things are true, whatever things are noble, whatever things are just, whatever things arepure, whatever things are lovely, whatever things are of good report, if there is any virtue and if there is anything praiseworthy—meditate on these things. </span><span class="text Phil-4-9" id="en-NKJV-29452">The things which you learned and received and heard and saw in me, these do, and the God of peace will be with you.</span></em></p>http://positivefaith.headhearthand.org/post/54796989961http://positivefaith.headhearthand.org/post/54796989961Sat, 06 Jul 2013 22:29:13 -0400Can we make ourselves happier?<p><p class="MsoNormal">According to <a href="http://www.bbc.co.uk/news/magazine-23097143">the BBC</a>, studies collated by the World Happiness Database say you tend to be happier if you:</p> <p class="MsoNormal"><span>1. Are in a long-term relationship</span></p> <p class="MsoNormal"><span>2. Are actively engaged in politics</span></p> <p class="MsoNormal"><span>3. Are active in work and in your free time</span></p> <p class="MsoNormal"><span>4. Go out for dinner</span></p> <p class="MsoNormal"><span>5. Have close friendships (though happiness does not increase with the number of friends you have.</span></p> <p class="MsoNormal"><span>And there are some surprising findings:</span></p> <p class="MsoNormal"><span>1. People who drink in moderation are happier than people who don’t drink at all.</span></p> <p class="MsoNormal"><span>2. Men tend to be happier in a society where women enjoy greater equality.</span></p> <p class="MsoNormal"><span>3. Being considered good looking increases men’s happiness more than it does women’s.</span></p> <p class="MsoNormal"><span>4. You tend to be happier if you think you’re good looking, rather than if you actually, objectively speaking, are.</span></p> <p class="MsoNormal"><span>5. Having children lowers your happiness levels, but your happiness increases when they grow up and leave home.</span></p> <p class="MsoNormal"><span>Read the rest </span><a href="http://www.bbc.co.uk/news/magazine-23097143">here</a><span>.</span></p></p>http://positivefaith.headhearthand.org/post/54641482753http://positivefaith.headhearthand.org/post/54641482753Thu, 04 Jul 2013 22:20:28 -0400The most beautiful time-lapse video ever?<p><iframe frameborder="0" height="315" src="http://player.vimeo.com/video/69445362?title=0&byline=0&portrait=0&badge=0&color=ffffff" width="560"></iframe></p> <p>Does this not make you long for heaven?</p> <p>RSS/Email view <a href="http://positivefaith.headhearthand.org/" target="_blank">here</a>.</p> <p><em>Positive Faith: A Philippians 4:8 Microblog</em></p>http://positivefaith.headhearthand.org/post/54591997989http://positivefaith.headhearthand.org/post/54591997989Thu, 04 Jul 2013 08:37:00 -0400Amazing People: Sound Effects Artist<p><iframe frameborder="0" height="315" src="http://player.vimeo.com/video/11436985" width="560"></iframe></p> <p>I have virtually nil interest in movies, but I found this man’s gifts quite stunning. </p> <p>RSS/Email view <a href="http://positivefaith.headhearthand.org/post/54506066879/amazing-people-sound-effects-artist" target="_blank">here</a>.</p>http://positivefaith.headhearthand.org/post/54506066879http://positivefaith.headhearthand.org/post/54506066879Wed, 03 Jul 2013 07:38:00 -0400amazingpeopleThe Greatest Artist of all Time<p><iframe frameborder="0" height="315" src="//www.youtube.com/embed/AZHRpi4z7zk?rel=0" width="560"></iframe></p> <p>RSS/Email view video <a href="http://positivefaith.headhearthand.org/post/54341666094/the-greatest-artist-of-all-time" target="_blank">here</a>.</p> <p><em>Positive Faith: A Philippians 4:8 Microblog. </em></p>http://positivefaith.headhearthand.org/post/54341666094http://positivefaith.headhearthand.org/post/54341666094Mon, 01 Jul 2013 09:44:00 -0400Amazing People: Paraplegic Surfer<p><iframe frameborder="0" height="315" src="http://player.vimeo.com/video/68901496" width="560"></iframe></p> <blockquote> <p>“<span>Learning to surf when you’re 50 years old is one thing. Learning to surf when you’re paralyzed from the waist down is another, seemingly impossible, thing. But Pascale Honore didn’t want to watch her surfer sons from a wheelchair on the beach for the rest of her life. And then her sons’ friend Tyron Swan came up with a solution: Duct tape."</span></p> </blockquote> <p><span>Read more <a href="http://www.fastcoexist.com/1682441/a-paralyzed-moms-ingenius-method-to-surf-with-her-kids" target="_blank">here</a>.</span></p> <p>RSS/Email view video <a href="http://positivefaith.headhearthand.org/post/54096311669/duct-tape-surfing" target="_blank">here</a>.</p> <p><em><span>Positive Faith: A Philippians 4:8 Microblog</span></em></p>http://positivefaith.headhearthand.org/post/54096311669http://positivefaith.headhearthand.org/post/54096311669Fri, 28 Jun 2013 09:09:00 -0400This is what 66 years of love sounds like [Video]<p><iframe frameborder="0" height="315" src="//www.youtube.com/embed/fdWTh_GH58k?rel=0" width="560"></iframe></p> <p>RSS/Email view <a href="http://positivefaith.headhearthand.org/post/53971186632/this-is-what-66-years-of-love-sounds-like-video" target="_blank">here</a>.</p> <p>A Philippians 4:8 Microblog.</p>http://positivefaith.headhearthand.org/post/53971186632http://positivefaith.headhearthand.org/post/53971186632Wed, 26 Jun 2013 20:04:00 -0400