(function($){
    $(function(){
        if ($('body').is('.site-92')) {
            $('#content-navi a[href="/blog.html"]').attr({
                href:'http://shivorey.blog82.fc2.com/',
                target:'_blank'
            });
        }
    });
})(jQuery);

