(function($){
	$(function(){
		$.get('/idp/fetch_blog.php', {}, function(t){
			$('#blog-loader').html(t);
		}, 'text');
	});
})(jQuery);

