var today = new Date();
var HH = today.getHours();
if (HH < 10) 
HH = "0" + HH;
document.write('<A HREF="http://www.ille-et-vilaine.equipement.gouv.fr/accueil/domaines/maritime/automat/photo/diapo.htm?'+HH+'" target="_blank">WebCam D.D.E de Saint-Malo<A>');