jQuery(document).ready(function(){
jQuery('div[id^="hn-"]').not('#hn-hn-video').remove();
});