day=new Date()  
x=day.getHours()

if(x>=0 && x<4) {document.write('<img src="images/gallery/davemustaine-1.jpg" alt="Dave Mustaine" align="left" style="margin-right:10px" />')}
else if(x>=4 && x<8) {document.write('<img src="images/gallery/davemustaine-2.jpg" alt="Dave Mustaine" align="left" style="margin-right:10px" />')}
else if(x>=8 && x<13) {document.write('<img src="images/gallery/davemustaine-3.jpg" alt="Dave Mustaine" align="left" style="margin-right:10px" />')}
else if(x>=13 && x<17) {document.write('<img src="images/gallery/davemustaine-4.jpg" alt="Dave Mustaine" align="left" style="margin-right:10px" />')}
else if(x>=17 && x<24) {document.write('<img src="images/gallery/davemustaine-5.jpg" alt="Dave Mustaine" align="left" style="margin-right:10px" />')}