var data=new Date()
 hr=data.getHours();
 
ScrnSize = screen.width + "x" + screen.height; 
 // dalle 24 alle 01.59.59
 if (hr >=00 && hr < 02)
 switch(ScrnSize){
    case "1024x768":  document.write('<body background="/fotohome/12.jpg" >');
    case "1280x1024": document.write('<body background="/fotohome/12_1.jpg" >');
    case "1440x900": document.write('<body background="/fotohome/12_2.jpg" >');
    default: document.write('<body background="/fotohome/12_3.jpg" >');	
 }
 // dalle 02 alle 03.59.59
 if (hr >=02 && hr < 04)
 switch(ScrnSize){
    case "1024x768":  document.write('<body background="/fotohome/11.jpg" >');
    case "1280x1024": document.write('<body background="/fotohome/11_1.jpg" >');
    case "1440x900": document.write('<body background="/fotohome/11_2.jpg" >');
    default: document.write('<body background="/fotohome/11_3.jpg" >');	
 }
 // dalle 04 alle 05.59.59
 if (hr >=04 && hr < 06)
 switch(ScrnSize){
    case "1024x768":  document.write('<body background="/fotohome/10.jpg" >');
    case "1280x1024": document.write('<body background="/fotohome/10_1.jpg" >');
    case "1440x900": document.write('<body background="/fotohome/10_2.jpg" >');
    default: document.write('<body background="/fotohome/10_3.jpg" >');	
 }
 
 // dalle 06 alle 07.59.59
 if (hr >=06 && hr < 08)
 switch(ScrnSize){
    case "1024x768":  document.write('<body background="/fotohome/09.jpg" >');
    case "1280x1024": document.write('<body background="/fotohome/09_1.jpg" >');
    case "1440x900": document.write('<body background="/fotohome/09_2.jpg" >');
    default: document.write('<body background="/fotohome/09_3.jpg" >');	
 }
 
 // dalle 08 alle 09.59.59
 if (hr >=08 && hr < 10)
 switch(ScrnSize){
    case "1024x768":  document.write('<body background="/fotohome/08.jpg" >');
    case "1280x1024": document.write('<body background="/fotohome/08_1.jpg" >');
    case "1440x900": document.write('<body background="/fotohome/08_2.jpg" >');
    default: document.write('<body background="/fotohome/08_3.jpg" >');	
 }
 
 // dalle 10 alle 11.59.59
 if (hr >=10 && hr < 12)
 switch(ScrnSize){
    case "1024x768":  document.write('<body background="/fotohome/07.jpg" >');
    case "1280x1024": document.write('<body background="/fotohome/07_1.jpg" >');
    case "1440x900": document.write('<body background="/fotohome/07_2.jpg" >');
    default: document.write('<body background="/fotohome/07_3.jpg" >');	
 }
 // dalle 12 alle 13.59.59
 if (hr >=12 && hr < 14)
 switch(ScrnSize){
    case "1024x768":  document.write('<body background="/fotohome/06.jpg" >');
    case "1280x1024": document.write('<body background="/fotohome/06_1.jpg" >');
    case "1440x900": document.write('<body background="/fotohome/06_2.jpg" >');
    default: document.write('<body background="/fotohome/06_3.jpg" >');	
 }
 // dalle 14 alle 15.59.59
 if (hr >=14 && hr < 16)
 switch(ScrnSize){
    case "1024x768":  document.write('<body background="/fotohome/04.jpg" >');
    case "1280x1024": document.write('<body background="/fotohome/04_1.jpg" >');
    case "1440x900": document.write('<body background="/fotohome/04_2.jpg" >');
    default: document.write('<body background="/fotohome/04_3.jpg" >');	
 }
 // dalle 16 alle 17.59.59
 
 if (hr >=16 && hr < 18)
 switch(ScrnSize){
    case "1024x768":  document.write('<body background="/fotohome/03.jpg" >');
    case "1280x1024": document.write('<body background="/fotohome/03_1.jpg" >');
    case "1440x900": document.write('<body background="/fotohome/03_2.jpg" >');
    default: document.write('<body background="/fotohome/03_3.jpg" >');	
 } 
 // dalle 18 alle 19.59.59
 if (hr >=18 && hr < 20)
 switch(ScrnSize){
    case "1024x768":  document.write('<body background="/fotohome/05.jpg" >');
    case "1280x1024": document.write('<body background="/fotohome/05_1.jpg" >');
    case "1440x900": document.write('<body background="/fotohome/05_2.jpg" >');
    default: document.write('<body background="/fotohome/05_3.jpg" >');	 
 }
 // dalle 20 alle 21.59.59
 if (hr >=20 && hr < 22)
 switch(ScrnSize){
    case "1024x768":  document.write('<body background="/fotohome/02.jpg" >');
    case "1280x1024": document.write('<body background="/fotohome/02_1.jpg" >');
    case "1440x900": document.write('<body background="/fotohome/02_2.jpg" >');
    default: document.write('<body background="/fotohome/02_3.jpg" >');	 
 } 
 // dalle 22 alle 23.59.59
 if (hr >=22 && hr < 24)
 switch(ScrnSize){
    case "1024x768":  document.write('<body background="/fotohome/01.jpg" >');
    case "1280x1024": document.write('<body background="/fotohome/01_1.jpg" >');
    case "1440x900": document.write('<body background="/fotohome/01_2.jpg" >');
    default: document.write('<body background="/fotohome/01_3.jpg" >');	 
 } 
 
 
 
  
 
 
 
 
 
