// JavaScript Document

var Data = new Date();
if(Data.getMonth()=="11"){document.getElementById("imgLogo").src = "Im_EC/BoxLogo-EC-natale.gif";} //Natale
if(Data.getMonth()=="3" && (Data.getDate()=="8")){document.getElementById("imgLogo").src = "Im_EC/BoxLogo-EC-pasqua.gif";} //Pasqua
if(Data.getMonth()=="5" && Data.getDate()=="2"){document.getElementById("imgLogo").src = "Im_EC/BoxLogo-EC-rep.gif";} //Festa della Repubblica
if(Data.getMonth()=="0" && (Data.getDate()>="1" && Data.getDate()<="5")){document.getElementById("imgLogo").src = "Im_EC/BoxLogo-EC-capodanno.gif";} //Capodanno 
if(Data.getMonth()=="0" && Data.getDate()=="6"){document.getElementById("imgLogo").src = "Im_EC/BoxLogo-EC-epifania.gif";} //Epifania
//if(Data.getMonth()=="0" && Data.getDate()=="5"){document.getElementById("imgLogo").src = "Im_EC/BoxLogo-ET-Ann.gif";} //Compleanno Sede
if(Data.getMonth()=="7"){document.getElementById("imgLogo").src = "Im_EC/BoxLogo-EC-estate.gif";} //Estate

//if(Data.getMonth()=="3" && (Data.getDate()=="2")){document.getElementById("imgLogo").src = "Im_EC/BoxLogo-ET-pasqua.gif";} //Pasqua
