Add this at bottom of wp-content/themes/wp_hot_destinations/js/theme.js
jQuery(document).ready(function(){
jQuery('.widget_advert1, .widget_advert2 , .widget_advert3 , .widget_advert4').each(function(){
if( jQuery(this).text().replace(" ","") == "" )
jQuery(this).remove();
});
})