$(window).load(function()
	{
		$(document).ready(function() 
		{$("#home_logo").fadeIn(2000) 
				$("#home_quotes").fadeIn(1000, function() 
				{$("#home_quotes2").fadeIn(1000, function() 
					{$("div#quotes_container").fadeOut(2000, function() 
						{$("div#text_home").fadeIn(2000)
						$("#home_quotes3").fadeIn(2000)
						$("#home_quotes4").fadeIn(2000);						
						});
				});
				});
			});
		});

