function flash_home(){

  if( document.getElementById('box_flash_home')){
	  //document.getElementById('box_flash_home').style.height = '270px'
	  var fo = new SWFObject("../swf/main2.swf", "my", "961", "271", "8.0.0.24", "#FFF", true);
	   fo.addParam("quality", "high");
	   fo.addParam("scale", "noscale");
	   //fo.addParam("wmode", "transparent");
	  // fo.write("box_flash_home");
	   if(!fo.write("box_flash_home")){
			document.getElementById('box_flash_home').innerHTML = '<center><a title="Aggiorna il flash player" href="http://get.adobe.com/it/flashplayer/"><img src="../../giustino_fortunato/swf_demo/no_flash.gif" border=0 alt="Aggiorna il flash player" /></a></center>';		   
	   }

  }

}
function init(){
	flash_home();
	intercetta();
}