// =====================================
// rafraichir images web
// =====================================
var frequence = 30 ;
var vurl="http://www.";
var vurl2="http://films.";
var v1="cg66.fr/uploads/Webcam/jprm-000";
var v2="cg66.fr/uploads/Webcam/coll-000";
var v3="cg66.fr/uploads/Webcam/cani-000";
var v4="cg66.fr/uploads/Webcam/pmer-0000";
var v5="altiservice.com/webcams/FRP2000/fontromeu";
var v6="viewsurf.com/scerem1/film1_LQ/scerem1_";
var v7="viewsurf.com/argeleslareserve/plage320_h264/argeleslareserve_";
var v8="viewsurf.com/portvendres01/film2_HQ/portvendres01_";
var v9="viewsurf.com/argelesleport/leport320_h264/argelesleport_";
var v10="viewsurf.com/portvendres01/film6_LQ/portvendres01_";
var v11="viewsurf.com/portvendres01/film4_LQ/portvendres01_";
var v12="viewsurf.com/portvendres01/film3_LQ/portvendres01_";
var v13="http://91.121.33.165/~cam/angles-cam4.jpg?sync=1&rand=199321";
var v14="el-viking.info/left.jpg?305,311";
var v15="http://80.13.206.227/cgi-bin/image?camera=1&utilisateur=dirso&motdepasse=dirso&number=1";
var numero = 0 ;
function animation1()  {
	suffixe1 = new Date() ; suffixe1 = "?" + suffixe1.getTime();
	document.images.video1.src = vurl + v1 + "0.jpg" + suffixe1 ;
	setTimeout("animation1()", (frequence*1000));
}
function animation2()  {
	suffixe2 = new Date() ; suffixe2 = "?" + suffixe2.getTime();
	document.images.video2.src = vurl + v2 + String(numero) + ".jpg" + suffixe2 ;
//	numero2 = (numero2+1) % 10 + 1 ;	
	setTimeout("animation2()", (frequence*1000));
}
function animation3()  {
	suffixe3 = new Date() ; suffixe3 = "?" + suffixe3.getTime();
	document.images.video3.src = vurl + v3 + String(numero) + ".jpg" + suffixe3 ;
//	numero3 = (numero3+1) % 10 ;	
	setTimeout("animation3()", (frequence*1000));
}
function animation4()  {
	document.images.video4.src = vurl + v4  + ".jpg" ;
}
function animation5(timp)  {
	document.images.video5.src = vurl + v5  + ".jpg" ; 
	document.images.video6.src = vurl2 + v6  + timp + "40.jpg" ; 
	document.images.video7.src = vurl2 + v7  + timp + "55.jpg" ; 
	document.images.video8.src = vurl2 + v8  + timp + "34.jpg" ; 
	document.images.video9.src = vurl2 + v9  + timp + "56.jpg" ; 
	document.images.video10.src = vurl2 + v10  + timp + "29.jpg" ; 
	document.images.video11.src = vurl2 + v11  + timp + "46.jpg" ; 
	document.images.video12.src = vurl2 + v12  + timp + "09.jpg" ; 
	document.images.video13.src = v13 ; 
	document.images.video14.src = vurl + v14  ; 
	document.images.video15.src = v15  ; 
}

// =====================================================================