$(document).ready(function(){
    var _recenturl = "/recent_" + _blogid + ".html";
    var _active = "#nav-" + _blogid;
    $("#recent-entry").load(_recenturl);
    $(_active).addClass("active");
    $(".lightbox").lightBox();

    $("ins.favicon").each(function(){
      var _url = $(this).attr("rel").replace(/^(http:\/\/[^\/]+).*$/, '$1').replace( 'http://', '' );
      var _imgurl = "http://www.google.com/s2/favicons?domain=" + _url;
      $(this).css({'background-image':'url("'+_imgurl+'")'})
    });

});

document.write("<script src=\"/static/jquery/jquery.lightbox.min.js\"><\/scr"+"ipt>");
document.write("<script src=\"/static/prettify/prettify.js\"><\/scr"+"ipt>");
