$(function() {
            $(".toggle").attr('rel','shadowbox');
            $(this).bind("contextmenu", function(e) {
                e.preventDefault();
            });
            $(".menu ul li").addClass("round");
            $('li.round a').corner("round 10px");
            $(".kjo-link").remove();
            $("legend").remove();
            $('a.clublink').attr({target:'blank'});
            if($(".chapters img").src == "http://localhost/afmc/wp-content/themes/afmc/images/flags/hi.gif"){
                $(this).addClass('gray');
            }
        }); 