// Global stuff to do after page load

$(document).ready(function() {
	// if there's a success message on screen, fade it out after 5 seconds
	//$('p.success').animate({opacity: 1.0}, 5000).fadeOut(1000, function() { $(this).remove(); });
});
