// wait until document is fully scriptable 
$(document).ready(function() { 
 
 

    // select #flowplanes and make it scrollable. use circular and navigator plugins 
    $("#flowpanes").scrollable({size: 3}); 
});
