// /blog|thoughts/
$('document').ready(function() {
	$('body').css('background', '#9D9D9D');
});