$(document).ready(function(){
  
    $("#sidebar div.block").corner("round");

    var options = {
        exact: "whole",
        style_name_suffix: false,
        highlight: "#content"
    };
    $(document).SearchHighlight(options);

});
