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

