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="420" height="420">');
document.write('<param name="movie" value="anima_home2.swf" />');
document.write('<param name="quality" value="high"/>');
//document.write('<param name="wmode" value="transparent"/>');
document.write(' <embed src="anima_home2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="420" height="420"></embed>');
document.write('</object>');
}
