$(function() {
	$('a[@rel*=lightbox]').lightBox();
	$('a[@rel*=external]').each(function()
	{
		$(this).attr('target', '_blank');
	});
});
