function writeNellaNotte() {

	document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\"");
	document.write("codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0\"");
	document.write("width=\"350\" style=\"z-index: 2;\" height=\"50\"");
	document.write("id=\"nella_notte\" align=\"middle\">");
	document.write("<param name=\"allowScriptAccess\" value=\"sameDomain\" />");
	document.write("<param name=\"movie\" value=\"images/notte.swf\" />");
	document.write("<param name=\"quality\" value=\"high\" />");
	document.write("<param name=\"bgcolor\" value=\"#000000\" />");
	document.write("<param name=\"wmode\" value=\"opaque\" />");
	document.write("<embed src=\"/images/notte.swf\" wmode=\"opaque\" quality=\"high\" bgcolor=\"#000000\" width=\"350\" height=\"70\" name=\"images_notte\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />");
	document.write("</object>");
}

function writeIntro() {
	document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"");
  	document.write("codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0\"");
  	document.write("id=\"index\" style=\"z-index: 35;\" width=\"700\" height=\"650\">");
	document.write("<param name=\"movie\" value=\"swf/index.swf\">");
  	document.write("<param name=\"bgcolor\" value=\"#000000\">");
  	document.write("<param name=\"quality\" value=\"high\">");
  	document.write("<param name=\"allowscriptaccess\" value=\"samedomain\">");
	document.write("<param name=\"wmode\" value=\"opaque\" />");
  	document.write("<embed type=\"application/x-shockwave-flash\"");
   	document.write("pluginspage=\"http://www.macromedia.com/go/getflashplayer\"");
   	document.write("width=\"700\" height=\"650\"");
   	document.write("name=\"index\" wmode=\"opaque\" src=\"swf/index.swf\"");
   	document.write("bgcolor=\"#000000\" quality=\"high\"");
   	document.write("swLiveConnect=\"true\" allowScriptAccess=\"samedomain\"");
  	document.write("></embed>");
	document.write("</object>");
}
