$(document).ready(function()
	{
	// Small note show
	$('.small_note').slideDown('slow').animate({opacity: 1.0}, 4000).slideUp('slow');
	
	});
