window.addEvent('load', function() {
 
	SqueezeBox.assign($$('a.boxed'), {
		parse: 'rel',
		'size': {x:500, y:474}
	});

});
