$(function() {

	// Make external links target blank
	$('a.external').prop('target', '_blank');	
});
