$(document).ready(function(){

	$("#header_easteregg").click(function() {
		$(this).toggleClass("show");
	});
	
});
