window.addEvent('domready', function() {
	var myBoxes = new ExpandingBoxes($$('.expand')[0], [5, 3]);
});
