/**
 * @author craig
 */
	window.onload = function() {
		$(".msg").click(function() {$(this).fadeOut("slow");});
	}
