$(document).ready( function() {
	$(".external").click(function(){
		return !window.open(this.href);
	});
});