//Global Javascripts

function animateMessage() {
	$(".info").animate( { backgroundColor: "white" }, 3000);
}