/* Author: Steve

*/

$(function() {    
	$('a[rel=external]').attr('target','_blank');
});


