$(document).ready(function(){

	// Set links to external websites to open in a new window
	$("a[rel*=external]").attr({ target: "_blank" });
});
