var params = {
	quality: "high",
	scale: "noscale",
	wmode: "transparent",
    bgcolor: "transparent"
}

var attributes = {
	id: "flash",
	name: "flash"
}
		
if (swfobject.hasFlashPlayerVersion("9.0.18")) {
    swfobject.embedSWF("media/swf/head.swf", "flash", "100%", "100%", "9", "expressInstall.swf", null, params, attributes);
}
else{
    document.getElementById('header').innerHTML = '<h1 title="Baleia Rossi"><a href="/"><span>Baleia Rossi</span></a></h1>';
}
        
        