$(document).ready(function(){
    $('body #advertBox #close_promo').click(function() {
        $('body #advertBox').remove();
    });
});

