$(function(){
	$("#contentsBody").fadeIn("fast")
	$(".global-menu a").click(function(){
        $("#contentsBody").fadeOut("fast")
	});

});