$(document).ready( function() {
	// Extend div#main bg to fit parent container
	$("div#main").height( $("div#content-container").height() - 10 );
	
	// Inject latest blog listings into page
	$("div#blog").load('../includes/index-blog-code.php', { handler: 'html', callback: 'simplehtml' })
});
