// Wait for the content ...
window.addEvent('domready', function(){
		SqueezeBox.assign($$('a.boxed'), {
		parse: 'rel'
	});
});
