$(document).ready(function(){
	$("#alert").slideDown("slow")
	$("#alert").animate({opacity: 1.0}, 6000)
	$("#alert").slideUp("slow")
})