jQuery(document).ready(function() { 
	setTimeout("animation()", 500);
});
		
	function animation(){
		box01();
		box02();
		box03();
		box04();
		box05();
		box06();
		box07();
		box08();
		box09();
		box10();
		box11();
		box12();
		box13();
		box14();
	}
		
	function box01(){
		jQuery(".box01").animate({right:"+=3350px"},28500).animate({right:"-=3350px"}, 0)
		setTimeout("box01()",29000);
	}
	function box02(){
		jQuery(".box02").animate({right:"+=3350px"},27000).animate({right:"-=3350px"}, 0)
		setTimeout("box02()",27500);
	}
	function box03(){
		jQuery(".box03").animate({right:"+=3350px"},32000).animate({right:"-=3350px"}, 0)
		setTimeout("box03()",32500);
	}
	function box04(){
		jQuery(".box04").animate({right:"+=3350px"},30000).animate({right:"-=3350px"}, 0)
		setTimeout("box04()",30500);
	}
	function box05(){
		jQuery(".box05").animate({right:"+=3350px"},40000).animate({right:"-=3350px"}, 0)
		setTimeout("box05()",40500);
	}
	function box06(){
		jQuery(".box06").animate({right:"+=3350px"},36000).animate({right:"-=3350px"}, 0)
		setTimeout("box06()",36500);
	}
	function box07(){
		jQuery(".box07").animate({right:"+=3350px"},24000).animate({right:"-=3350px"}, 0)
		setTimeout("box07()",30500);
	}
	function box08(){
		jQuery(".box08").animate({right:"+=3350px"},38000).animate({right:"-=3350px"}, 0)
		setTimeout("box08()",38500);
	}
	function box09(){
		jQuery(".box09").animate({right:"+=3350px"},21000).animate({right:"-=3350px"}, 0)
		setTimeout("box09()",21500);
	}
	function box10(){
		jQuery(".box10").animate({right:"+=3350px"},42000).animate({right:"-=3350px"}, 0)
		setTimeout("box10()",42500);
	}
	function box11(){
		jQuery(".box11").animate({right:"+=3350px"},41000).animate({right:"-=3350px"}, 0)
		setTimeout("box11()",41500);
	}
	function box12(){
		jQuery(".box12").animate({right:"+=3350px"},32000).animate({right:"-=3350px"}, 0)
		setTimeout("box12()",32500);
	}
	function box13(){
		jQuery(".box13").animate({right:"+=3350px"},20000).animate({right:"-=3350px"}, 0)
		setTimeout("box13()",20500);
	}
	function box14(){
		jQuery(".box14").animate({right:"+=3350px"},49500).animate({right:"-=3350px"}, 0)
		setTimeout("box14()",50000);
	}
	function box15(){
		jQuery(".box15").animate({right:"+=3350px"},44000).animate({right:"-=3350px"}, 0)
		setTimeout("box15()",44500);
	}
	
	
	
