$(document).ready(function(){
	if ($('#saved').length) {
		$('#saved').slideDown(500).delay(3000).slideUp(500);
	}
});