today = new Date;
numero = today.getDate();
num = parseInt(numero)+235;
if (num<10)
	numero = "00"+num;
else if (num<100)
	numero = "0"+num;
else numero = num;
document.write("<table border=1><tr><td align='center'>");
document.write("<font size=2 color='#000000'>Découvrez<br>plus de 100<br>fonds d'écran<br>spécial  <b>DAUPHIN.</b><br></font>");
document.write("<a href='http://www.fond-ecran-image.com/animal/fond-ecran-dauphin/fonds.htm' target='_blank'><img src='http://www.fond-ecran-image.com/script/animal/dauphins_dauphin/tn_"+numero+".jpg' border=0 alt='Télécharger ce fond d écran'/></a><br>");
document.write("<font size=1  color=#000000>Fond-Ecran-Image</font>");
document.write("</td></tr></table>");