$(document).ready(function(){
   $('.boletines .inner').load('/BlogRetrieve.aspx?BlogID=12201&CategoryID=93159 .content .post-title'); 
    $('.boletines .inner h2:gt(9)').remove();
});
/*$(document).ready(function(){
     $('.masContenido').hide()
     $("#verMas").click(function(){
        $(".masContenido").slideDown(2000);
        $(this).click(function(){
             $(".masContenido").toggle(500);
        });
              
        return false;
    });
});*/
