Shadowbox.init({});

window.addEvent('domready', function() {
	$('container').getElements('a').each(function(a) {
		if (a.get('href').indexOf('http') == 0)	{
			a.set('rel', 'shadowbox');
		}
	});
});
