/*$(document).ready(function() {
    $.get("/blogrollpipe", function(data) {
          $('#blogrollfeed').html(data);
    });
});*/