 function ConteudoFlash() {
document.write('<object type="application/x-shockwave-flash" data="site.swf" width="800" height="600">\n');
document.write('<param name="movie" value="site.swf" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="wmode" value="transparent" />\n');
document.write('<param name="site" value="false" />\n');
document.write('<embed src="site.swf" width="800" height="600" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" menu="false"></embed>\n');
document.write('</object>\n');
}
