            $(function() {
                $('#wrap').show();

                if ( $('.credit').is(':hidden') ) {$('#wrap').hide();};

                if ( $('.credit').length>0 ){$('#wrap').show();}
                                       else {$('#wrap').remove();};

            });
