$(document).ready(function() {	
	
// open window
// ==========
	$('a[rel="external"]').click(function(){
		this.target = "_blank";
		});
		
});

