(function(){
    jQuery(function($){
        if (!$('body').is('.index')) {
            $('<div class="box-frame"></div>').appendTo('#contents');
            $('.box-frame').fadeTo(0, 0.5);
        }
        if ($.browser.msie && $.browser.version == 6 && !window.ChangeWeb) {
            $('#header h1 a').css('background-image', 'none');
        }
    });
})();

