function populate_dynamic_fields() {
		//Country stats
	$('#country-switcher img').attr('src', 'http://www.chucklawless.com/files/colombia.png');
	$('#country-switcher div.span-6 h3').html('Colombia');
	$('#country-switcher div.span-6 p span.chubby-digits').html('4.8%');
	$('#country-switcher div.span-6 p em.white').html('Evangelical');
	$('#country-switcher div.span-6 h4.upper').html('Population');
	$('#country-switcher div.span-6 strong.white').html('46,191,000');
		
		
	//Quotes
	$('.quote h3.replace').html('On the Great Commission');
	$('.quote p.pretty-quote').html('Evangelism is itself a spiritual battle, as we take the gospel of light into the kingdom of darkness.');
	$('.quote em.author').html('— Chuck Lawless');
		
		//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. Don Cox, pastor of Concord Baptist Church, Anderson, SC (<a href="http://www.concordbaptist.com/" onclick="javascript:pageTracker._trackPageview(\'/outbound/article/www.concordbaptist.com\');">http://www.concordbaptist.com/</a>)</p>';
	$('div.prayer-moment').html(html);
	}

