//Carrega somente o swf da pag. index
function loadSwf(){

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="470" height="60" title="Banner">');

document.write(' <param name="movie" value="caderno_cultura.swf">')

document.write('<param name="quality" value="high">');

document.write('<param name="menu" value="false">');

document.write('<embed src="caderno_cultura.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="470" height="60"></embed>');

document.write('</object>');
}

function loadSwf1(){

document.write(' <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="780" height="445" title="Inicial">');

document.write('<param name="movie" value="grandeothelo_home.swf">')

document.write('<param name="quality" value="high">');

document.write('<param name="menu" value="false" />');

document.write('<embed src="grandeothelo_home.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="780" height="445"></embed>');

document.write('</object>');
}
