
jQuery(document).ready(function(){jQuery('#cp_'+(jQuery('#championshselect:first').val())).addClass('active');jQuery('.cppanel').not('.active').hide();jQuery('.cppanel .active').show();jQuery('#championshselect').change(function(){jQuery('.cppanel').removeClass('active').hide();jQuery('#cp_'+(jQuery(this).val())).addClass('active').show();});});