
	window.addEvent('domready', function() {
		new SmoothScroll({transition: Fx.Transitions.cubicOut});

		$$('a').each(function(a) { if (a.getProperty('rel') == 'ext')      a.setProperty('target', '_blank');  });
		$$('a').each(function(a) { if (a.getProperty('rel') == 'lightbox') a.setProperty('rel', 'lightbox[]'); });
	});
