pro mk_jsmovie, sdate
template='jsmovie_temp_y3.html'
outdir='/home/hong/html'
indir = 'MLSO/limb/'+sdate+'/'
if not file_exist(outdir) then yspawn,'mkdir -p '+outdir(0)
outfil = outdir+'/'+sdate+'limb.html'
pfiles = yfile_list(indir+'*.jpg')
print,pfiles(0:5)
jsmovie,outfil,pfiles,title=date1,url='..';,template=template
end
