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