var box = {};
window.addEvent('domready', function(){
	box = new MultiBox('mb', {openFromLink: true, useOverlay: true});
});