$(document).ready(function(){
	$("#interact a[@rel=external]").attr("target","_blank");
});