jQuery(document).ready(function() {

    jQuery('#banner').show();

});

function banner_close() { jQuery('#banner').hide(); }
