$(document).ready(function() {
	$('a.as_status-close').click(function(){
		$(this).parents('#statusMessage').hide(400);
		return false;
	});
});

