jQuery( function($) {

	// handle offsite links
	$('a[rel=external]').attr('target','_blank');
	
});