jQuery(document).ready(function($){
	$('ul#squares').imgbubbles({factor:1.75}) //add bubbles effect to UL id="squares"
	$('ul#latest').imgbubbles({factor:1.01}) //add bubbles effect to UL id="latest"

})

