$(document).ready(function() {

$('div.contentHeader:not(:has(table))').remove();

});



