function populate_dynamic_fields() {
		//Country stats
	$('#country-switcher img').attr('src', 'http://www.chucklawless.com/wp-content/themes/chuck-lawless/images/countries/india.png');
	$('#country-switcher div.span-6 h3').html('India');
	$('#country-switcher div.span-6 p span.chubby-digits').html('2500');
	$('#country-switcher div.span-6 p em.white').html('People Groups');
	$('#country-switcher div.span-6 h4.upper').html('Total Population');
	$('#country-switcher div.span-6 strong.white').html('1,161,869,000');
		
		
	//Quotes
	$('.quote h3.replace').html('On the Great Commission');
	$('.quote p.pretty-quote').html('How many million more souls are to pass into eternity without having heard the name of Jesus?');
	$('.quote em.author').html('— Lottie Moon');
		
		//Prayer Moment
	var html = '<h3 class="replace">Great Commission Prayer Moment</h3>';
	html += '<p><a href="http://www.chucklawless.com/files/aceh.jpg" ><img class="alignright size-medium wp-image-271" src="http://www.chucklawless.com/files/aceh-300x200.jpg" alt="" width="180" /></a></p><p><strong>Please pray for the &#8230;</strong></p><p><em>Aceh of Indonesia</em></p><p><span class="upper tiny space-1">Population:</span> 3,716,000<br /><span class="upper tiny space-1">Language:</span> Aceh<br /><span class="upper tiny space-1">Religion:</span> Islam<br /><span class="upper tiny space-1">% Evangelical:</span> Less than 2%<br /><span class="upper tiny space-1">Status:</span> <a href="http://imb.org/globalresearch/GEmodel.asp" onclick="javascript:pageTracker._trackPageview(\'/outbound/article/imb.org\');">Level 1</a><br /><span class="upper tiny space-1">Bible Status:</span> complete</p>';
	$('div.prayer-moment').html(html);
	}
