

now=new Date()
day=now.getDate()


document.write('      <a href="http://www.lalorraine.net/imagesdujour/default.htm" target="_blank">');
document.write('      <img border="0" src="http://www.lalorraine.net/imagesdujour/thumbnails/'+day+'.jpg" width="100" height="66" alt="Photo du jour">');
document.write('      </a>');
document.write('      <br>');
document.write('      <a href="http://www.lalorraine.net" target="_blank">');
document.write('      <img border="0" src="http://www.lalorraine.net/imagesdujour/logo.gif" width="100" height="15" alt="La Lorraine .NET">');
document.write('      </a>');
