jQuery(document).ready(function () {

	// Target blank
	$('a[class^="external"]').click(function () {
		this.target = "_blank"
	});
	
});

