$(function() {
	$('.mt-enclosure-image a').lightBox();
});

$(function() {
	$('a[rel="external"]').attr("target", "_blank");
});

