$(document).ready(function(){
$('.swirl').animate({ "opacity": "0"}, 10)
$('#splash').animate({ "top": "350px"}, 10, function()
   {	$('#splash').animate({ "width": "99%"},  10,
   		 function() 
		{
			$('.anotahMain').animate({ "width": "800px","height": "430px"},  1000,
			function()
			{
				$('.anotahFont').animate({ "width": "155px"},  1500,
				function()
				{
					
					$('.flower').animate({ "width": "342px", "height": "331px"}, 10,
					function()
					{
						$('.ramadanTextMain').animate({ "width": "330px"},  2000,
						function()
						{
							$('.enterTextMain').animate({ "width": "85px"},  100,
							function()
							{
								window.location = "home.aspx";	
							}
							
							)
							
							
						}
						)
						
					}
					
					)
					
					$('.swirl').animate({ "opacity": "1"}, 3000)
					
				}
				)
			}
			)
		}
		)
	}
);
	$(".enterTextMain").hover(
	function() {
		$(this).animate({ 
			right: "10"
	  }, "easeOut" )
	},
	function() {
		$(this).animate({ 
			right: "0"
	  }, "easeOut" )
	});
});
