function populate_dynamic_fields() {
		//Country stats
	$('#country-switcher img').attr('src', 'http://www.chucklawless.com/wp-content/themes/chuck-lawless/images/countries/brazil.png');
	$('#country-switcher div.span-6 h3').html('Brazil');
	$('#country-switcher div.span-6 p span.chubby-digits').html('56');
	$('#country-switcher div.span-6 p em.white').html('Unreached People Groups');
	$('#country-switcher div.span-6 h4.upper').html('Total Population');
	$('#country-switcher div.span-6 strong.white').html('193,600,000');
		
		
	//Quotes
	$('.quote h3.replace').html('');
	$('.quote p.pretty-quote').html('Our example is Christ who, because of His love, became incarnate among us in order to bring us God’s Good News.');
	$('.quote em.author').html('— ');
		
		//Prayer Moment
	var html = '<h3 class="replace">Great Commission Prayer Moment</h3>';
	html += '<p>In this fifteenth year of the Graham School, pray for this member of the Graham School’s first Ph.D. group:</p><p>Dr. Chuck Lawless, Dean of the Graham School (thanks for the prayers!)</p>';
	$('div.prayer-moment').html(html);
	}
