$(document).ready(function() {
	var myArray = new Array();
    myArray.push(['#box1',0],['#box2',0]);
    $(this).jFloat(myArray);
});
