$(document).ready(function () {
	//Convertimos los enlaces que tengan clase external a blank
	$("a.external").attr('target', '_blank');
});