
// workaround ie
function animazione()
{
   document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="495" height="182" id="evaXmokadom4" align="middle">\n');
   document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
   document.write('<param name="movie" value="http://www.eva24.it/eva_animaz.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param value="false" name="menu"/>\n');
   document.write('<param name="bgcolor" value="#FFFFFF" />\n');
   document.write('<PARAM NAME="WMODE" VALUE="transparent">\n');
   document.write('<embed WMODE="transparent" src="http://www.eva24.it/eva_animaz.swf" quality="high" bgcolor="#ffffff" width="495" height="182" name="evaXmokadom4" align="middle"  menu="FALSE" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
   document.write('</object>\n');
}


// workaround ie
function evasipresenta()
{
   document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="180" height="70" id="evaXmokadom" align="middle">\n');
   document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
   document.write('<param name="movie" value="http://www.eva24.it/img/cocktail.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param value="false" name="menu"/>\n');
   document.write('<param name="bgcolor" value="#F5F5FF" />\n');
   document.write('<PARAM NAME="WMODE" VALUE="transparent">\n');
   document.write('<embed WMODE="transparent" src="http://www.eva24.it/img/cocktail.swf" quality="high" bgcolor="#ffffff" width="180" height="70" name="evaXmokadom4" align="middle"  menu="FALSE" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
   document.write('</object>\n');
}

// workaround
function bannernatale2007()
{
   document.write('<div align="center"><img src="img/spacer.gif" alt="" width="10" height="8" border="0"><br>\n');
   document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="120" height="210" id="evaXmokadom" align="middle">\n');
   document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
   document.write('<param name="movie" value="http://www.eva24.it/img/natale2007.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param value="false" name="menu"/>\n');
   document.write('<param name="bgcolor" value="#F5F5FF" />\n');
   document.write('<PARAM NAME="WMODE" VALUE="transparent">\n');
   document.write('<embed WMODE="transparent" src="http://www.eva24.it/img/natale2007.swf" quality="high" bgcolor="#F5F5FF" width="120" height="210" name="evaXmokadom4" align="middle"  menu="FALSE" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
   document.write('</object></div>\n');
}


// workaround banner in homepage
function bannerestate2008()
{
   document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="495" height="182" id="eva_estate2008"">\n');
   document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
   document.write('<param name="movie" value="http://www.eva24.it/img/eva_estate2008.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param value="false" name="menu"/>\n');
   document.write('<param name="bgcolor" value="#F5F5FF" />\n');
   document.write('<param name="loop" value="false" />\n');
   document.write('<PARAM NAME="WMODE" VALUE="transparent">\n');
   document.write('<embed WMODE="transparent" src="http://www.eva24.it/img/eva_estate2008.swf" quality="high" bgcolor="#F5F5FF" width="495" height="182" name="eva_estate2008" align="middle"  menu="FALSE" loop="false" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
   document.write('</object></div>\n');
}


function bannerestate2008_home()
{ bannerestate2008();
  setTimeout("chiudibanner()",20000);
}


function chiudibanner()
{
document.getElementById('banner').style.visibility='hidden'; 
}
// fine workaround banner in homepage //


// attribuzione foto banner
function scrivi(){
document.write('<span style="font-size: 9px;">Foto: Rayced</span>');
}



// email
function scrivia(user, site){
document.write('<a href=\"mailto:' + user + '@' + site + '.it' + '\" class="">');
document.write(user + '@' + site + '.it' + '</a>');
}


//anno
var now = new Date();
function fourdigits(number)	{
	return (number < 1000) ? number + 1900 : number;
							}
today = (fourdigits(now.getYear()));
