jQuery(document).ready(function($) {

	if(!$('html').hasClass('ie')) {
		$('#neon_9').hide();
		$('.neon').hide().width(0).animate({'opacity':'0'},400, function() {
			$('#neon_5').show(20).animate({'width':'100%'}, 100, 'linear', function() {
				$('#neon_8').show(120).animate({'width':'100%'}, 60, 'linear');
				$('#neon_8').show(120).animate({'opacity':'1'}, 710, 'linear', function(){
					$('#neon_8').animate({'opacity':'0.5'}, 1200, function() {
						$('#neon_8').animate({'opacity':'1'}, 600, function(){
							$('#neon_8').stop();
						});
					});
				});
				$('#neon_6').show(240).animate({'width':'100%'}, 70, 'linear');
				$('#neon_6').show(240).animate({'opacity':'1'}, 720, 'linear', function() {
					$('#neon_6').animate({'opacity':'0.5'}, 900, function() {
						$('#neon_6').animate({'opacity':'1'}, 400, function(){
							$('#neon_6').stop();
						});
					});
				});
				$('#neon_7').show(360).animate({'width':'100%'}, 80, 'linear');
				$('#neon_7').show(360).animate({'opacity':'1'}, 730, 'linear');
				$('#neon_2').show(480).animate({'width':'100%'}, 90, 'linear');
				$('#neon_2').show(480).animate({'opacity':'1'}, 740, 'linear', function(){
					$('#neon_2').animate({'opacity':'0.7'}, 800, function() {
						$('#neon_2').animate({'opacity':'1'}, 600, function(){
							$('#neon_2').stop();
						});
					});
				});
			});
			$('#neon_5').show(20).animate({'opacity':'1'}, 700, 'linear', function() {
				$('#neon_3').show(120).animate({'width':'100%'}, 60, 'linear');
				$('#neon_3').show(120).animate({'opacity':'1'}, 710, 'linear', function() {
					$('#neon_3').animate({'opacity':'0.6'}, 1000, function() {
						$('#neon_3').animate({'opacity':'1'}, 300, function(){
							$('#neon_3').stop();
						});
					});
				});
				$('#neon_4').show(360).animate({'width':'100%'}, 80, 'linear');
				$('#neon_4').show(360).animate({'opacity':'1'}, 730, 'linear', function() {
					$('#neon_9').fadeIn(600);
				});
			});
		});
	}

});
