// Weather over France...

if (nImages>0) exit("First, close all images");
E="url=http://www.lachainemeteo.com/ImagesLCM/fran";
T="NebP1";t="TmpP1";O=".jpg";e="AM";R="PM";s(1);
M(""+E+T+e+O);M(""+E+T+R+O);M(""+E+t+e+O);M(""+E+t+R+O);
t="tenJ";for (e=2; e<=7; e++) M(""+E+t+e+O);
run("Convert Images to Stack");s(0);
run("Animation Options...", "speed=1 start");
function M(o){run("URL...",o);}
function s(o){setBatchMode(o);}
