jQuery(document).ready(function() {
        if ($('.header').length == 0) {
             $("#content").addClass('no-image');
            }
    });
