function trocaConteudo(frase){
	if(!document.getElementById('troca')){
		return;
	}
	document.getElementById('troca').innerHTML = frase;
}