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

