$(document).ready(function() {

	$("a.extlink").attr('target', '_blank');

});

