$(function(){
	$.get("http://blogs.depor.pe/mt-static/themes/depor/list-blogs.html", {r: parseInt(Math.random()*10000) }, function(html){
		$("#list-blogs").html(html);
	});
});	