// JavaScript Document
$(document).ready(inicia);

function inicia(){
	
$("a[rel*=external]").click(function(){
this.target= "_blank";
});
}
