$(document).ready(function(){ $("#sidebar>div:first-child").remove(); });
$(document).ready(function(){ $("#sidebar>h6").prev().remove(); });