$(document).ready(function(){

/*animate_bubble1();
animate_bubble2();
animate_bubble3();
animate_bubble4();
animate_bubble5();
animate_bubble6();
animate_bubble7();*/

});

function animate_bubble1(){
	
$("#bubble1").animate({top: 500}, 9000, 'linear', function(){
	$("#bubble1").css("top", "+1500px");
	animate_bubble1();
});

}

function animate_bubble2(){

$("#bubble2").animate({top: 500}, 14000, 'linear', function(){
	$("#bubble2").css("top", "+1500px");
	animate_bubble2();
});

}

function animate_bubble3(){

$("#bubble3").animate({top: 500}, 12000, 'linear', function(){
	$("#bubble3").css("top", "+1500px");
	animate_bubble3();
});

}

function animate_bubble4(){

$("#bubble4").animate({top: 550}, 5500, 'linear', function(){
	$("#bubble4").css("top", "+1500px");
	animate_bubble4();
});

}

function animate_bubble5(){

$("#bubble5").animate({top: 500}, 5500, 'linear', function(){
	$("#bubble5").css("top", "+1500px");
	animate_bubble5();
});

}

function animate_bubble6(){

$("#bubble6").animate({top: 500}, 6500, 'linear', function(){
	$("#bubble6").css("top", "+1500px");
	animate_bubble6();
});

}

function animate_bubble7(){

$("#bubble7").animate({top: 500}, 9500, 'linear', function(){
	$("#bubble7").css("top", "+1500px");
	animate_bubble7();
});

}
