/* 

    Document   : funcoes.js
    Created on : 06/01/2010, 08:36:10
    Author     : Acao Direta Web Studio
    Description: Funcoes - Content 
	
*/


$(document).ready(function(){

    // Link Externo - não use target="_blank" (Y)
    $("a[rel~=externo]").attr('target','_blank');
	

});
