var size = Math.random() * 30 + 15;
var left = Math.random() * 600 + 40;
var y = Math.random() * 500 + 40;
var color = „#“ + Math.floor(Math.random() * 16777215).toString(16);

$(‚.bubble-1‘).height(75).width(75).css({
„position“: „absolute“,
„background“: color,
„left“: 50,
„top“: 100,
„border-radius“: 100
})
$(‚.bubble-2‘).height(75).width(75).css({
„position“: „absolute“,
„background“: color,
„left“: 150,
„top“: 150,
„border-radius“: 100
})
$(‚.bubble-3‘).height(75).width(75).css({
„position“: „absolute“,
„background“: color,
„left“: 250,
„top“: 100,
„border-radius“: 100
})
$(‚.bubble-4‘).height(75).width(75).css({
„position“: „absolute“,
„background“: color,
„left“: 350,
„top“: 135,
„border-radius“: 100
})
$(‚.bubble-5‘).height(75).width(75).css({
„position“: „absolute“,
„background“: color,
„left“: 75,
„top“: 270,
„border-radius“: 100
})
$(‚.bubble-6‘).height(75).width(75).css({
„position“: „absolute“,
„background“: color,
„left“: 175,
„top“: 250,
„border-radius“: 100
})
$(‚.bubble-7‘).height(75).width(75).css({
„position“: „absolute“,
„background“: color,
„left“: 275,
„top“: 270,
„border-radius“: 100
})
$(‚.bubble-8‘).height(75).width(75).css({
„position“: „absolute“,
„background“: color,
„left“: 115,
„top“: 370,
„border-radius“: 100
})
$(‚.bubble-9‘).height(75).width(75).css({
„position“: „absolute“,
„background“: color,
„left“: 225,
„top“: 370,
„border-radius“: 100
})