$(document).ready(function() {

    $("teste").mouseover(function() {
        $(this).hide(1000);
        alert("teste");
    });
    
    $("#okNewsletter").click(function() {
    	
    });

});

function carregarRepresentantes(sigla) {
	
	document.getElementById("repLista").src = "representantes_lista-"+sigla;

	
}