function inserir_flash_intro()
{
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="430" height="300">');
document.write('<param name="movie" value="flash/anima_home.swf" />');
document.write('<param name="quality" value="high"/>');
//document.write('<param name="wmode" value="transparent"/>');
document.write(' <embed src="flash/anima_home.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="430" height="300"></embed>');
document.write('</object>');
}
