$(document).ready(function() {

	$(".history").click( function() {
			$(".champion_history").toggle();
		});






});
