function LanciaBand()
{
    document.write('<OBJECT style=\'width: 200px; height: 60px; position: relative; z-index: 3; top: 10px; left: 10px;  \' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0" WIDTH="200" HEIGHT="60" id="bandiere" ALIGN="">\n');
    document.write('<PARAM NAME=movie VALUE="bandiere_ita.swf">\n');
    document.write('<PARAM NAME=loop VALUE=false>\n');
    document.write('<PARAM NAME=quality VALUE=high>\n');
    document.write('<PARAM NAME=wmode VALUE=transparent>\n');
    document.write('<PARAM NAME=bgcolor VALUE=#FFFFFF>\n');
    document.write('<EMBED src="bandiere_ita.swf" loop=false quality=high wmode=transparent bgcolor=#FFFFFF  WIDTH="200" HEIGHT="60" NAME="bandiere" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>\n');
    document.write('</OBJECT>\n');
}