$(document).ready(function() {
	$('#div-speed-magnet').fadeIn(1000, function() {
		$(this).animate({left: ($(document).width()-150)+'px'}, 3000, function() {
			$(this).fadeOut(1000,function() {
				$('#div-logo-container').fadeIn(3000, function() {
					$('#mm-logo').animate({width: '1px'}, 1000, 'swing', function() {
						$(this).animate({width: '200px'}, 1000, 'swing', function() {
							$(this).animate({width: '1px'}, 1000, 'swing', function() {
								$(this).animate({width: '200px'}, 1000, 'swing');
							});
						});
					});
					$("#mm-text").animate({width: '500px', height: '197px' }, 4000, 'swing', function() {
						$('#div-top-magnet').animate({top: '60px'}, 1000, 'swing', function() {
							$('#dd-text').slideDown();
						});
					});
				});
			});
		});
	});
});
