function text_rodape(){
var txt_rodape;
txt_rodape='<object width="433" height="45"><param name="movie" value="media/rodape.swf"></param><param name="allowFullScreen" value="true"></param><param name="wmode" value="transparent"></param><param name="allowscriptaccess" value="always"></param><embed src="media/rodape.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="433" height="45"></embed></object>';
document.getElementById('div_txt_rodape').innerHTML=txt_rodape;
}