$(document).ready(function(){
	$(".msg_close").show();
	$(".msg_close").click(function(){
		$(this).parent().parent().hide('medium'); 	
	});

	
});
