// JavaScript Document
function filmato()
{
	document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='600' height='400'>")
	document.write("<param name='movie' value='intro_iaio.swf' />")
	document.write("<embed src='intro_iaio.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='600' height='400'></embed>")
	document.write("</object>")
}

function nofilmato()
{
	document.write("<font size=1>Il vostro browser non supporta Flash. Potete comunque entrare nel Blog dal link nell'immagine sottostante</font><br><a href='http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&promoid=BIOW'>Click per scaricare Falsh Player 9.</a>")
	document.write("<img src='immagini/puzzle.jpg' width='600' height='400' border='0' usemap='#Map'/>")
	document.write("<map name='Map' id='Map'><area shape='rect' coords='355,260,680,481' href='index.asp' /><area shape='rect' coords='-18,171,307,392' href='casale.asp' /></map>")
	
	
}