$(function(){
	timeout = setTimeout(function(){
		$(".statusbox").fadeOut("slow");
	}, 5000)
	
})

