
$(document).ready(function(){
	
	$('.leftcol section:nth-child(2)').attr('id', 'insight');
	
	// page quotes
	$('.pullquote').detach().insertAfter('#content p:first-of-type');
        //$('footer .latest p:last-of-type').remove();
        

});


