document.write("<center>")
var ladate=new Date();
//document.write("Date au format GMT : ")
//document.write(ladate.toGMTString());
//document.write(" <br>Le décalage horaire : ");
var decal=parseInt(ladate.getTimezoneOffset())/60;
//document.write(decal);
//document.write(" heure(s)");
var heureUTC=ladate.getHours()+ decal ;
heureUTC +=ladate.getMinutes()/60
//document.write("<br>Heure GMT : ")
//document.write(heureUTC);
if ((heureUTC >= 0.5)&& (heureUTC < 6.5)){
	document.write('<table width="80%"><tr><td align="center">')
	document.write('<img src="http://www.meteo.fr/temps/france/satellite/satfrj_06.jpg" width="440" height="330">')
	document.write('</td><td align="center">')
	document.write('<img src="http://www.meteo.fr/temps/france/satellite/satfrj_12.jpg" width="440" height="330">')
	document.write('</td></tr><tr><td align="center">')
	document.write('<img src="http://www.meteo.fr/temps/france/satellite/satfrj_18.jpg" width="440" height="330">')
	document.write('</td><td align="center">')
	document.write('<img src="http://www.meteo.fr/temps/france/satellite/satfrj_00.jpg" width="440" height="330">')
	document.write('</td></tr></table>')
	}
if ((heureUTC >= 6.5)&& (heureUTC < 12.5)){
	document.write('<table width="80%"><tr><td align="center">')
	document.write('<img src="http://www.meteo.fr/temps/france/satellite/satfrj_12.jpg" width="440" height="330">')
	document.write('</td><td align="center">')
	document.write('<img src="http://www.meteo.fr/temps/france/satellite/satfrj_18.jpg" width="440" height="330">')
	document.write('</td></tr><tr><td align="center">')
	document.write('<img src="http://www.meteo.fr/temps/france/satellite/satfrj_00.jpg" width="440" height="330">')
	document.write('</td><td align="center">')
	document.write('<img src="http://www.meteo.fr/temps/france/satellite/satfrj_06.jpg" width="440" height="330">')
	document.write('</td></tr></table>')
	}
if ((heureUTC >= 12.5)&& (heureUTC < 18.5)){
	document.write('<table width="80%"><tr><td align="center">')
	document.write('<img src="http://www.meteo.fr/temps/france/satellite/satfrj_18.jpg" width="440" height="330">')
	document.write('</td><td align="center">')
	document.write('<img src="http://www.meteo.fr/temps/france/satellite/satfrj_00.jpg" width="440" height="330">')
	document.write('</td></tr><tr><td align="center">')
	document.write('<img src="http://www.meteo.fr/temps/france/satellite/satfrj_06.jpg" width="440" height="330">')
	document.write('</td><td align="center">')
	document.write('<img src="http://www.meteo.fr/temps/france/satellite/satfrj_12.jpg" width="440" height="330">')
	document.write('</td></tr></table>')
	}
if ((heureUTC >= 18.5)||(heureUTC < 0.5)){
	document.write('<table width="80%"><tr><td align="center">')
	document.write('<img src="http://www.meteo.fr/temps/france/satellite/satfrj_00.jpg" width="440" height="330">')
	document.write('</td><td align="center">')
	document.write('<img src="http://www.meteo.fr/temps/france/satellite/satfrj_06.jpg" width="440" height="330">')
	document.write('</td></tr><tr><td align="center">')
	document.write('<img src="http://www.meteo.fr/temps/france/satellite/satfrj_12.jpg" width="440" height="330">')
	document.write('</td><td align="center">')
	document.write('<img src="http://www.meteo.fr/temps/france/satellite/satfrj_18.jpg" width="440" height="330">')
	document.write('</td></tr></table>')
	}
document.write("</center>")

