
















interval = 60000;
imgsrc = "https://evrytaniaweather.com/webcamsella/sella.jpg";
function Refresh() {
tmp = new Date();
tmp = "?" + tmp.getTime();
document.images["sellacam"].src = imgsrc + tmp;
setTimeout("Refresh()", interval);
}
Refresh();
intervala = 60000;
imgsrca = "https://worldcam.live/img/webcams/540/karpenisi2.jpg";
function Refresha() {
tmpa = new Date();
tmpa = "?" + tmpa.getTime();
document.images["karpenisicam2"].src = imgsrca + tmpa;
setTimeout("Refresha()", intervala);
}
Refresha();
intervalb = 60000;
imgsrcb = "http://agiosnikolaos.dyndns.tv:8080/video3.mjpg";
function Refreshb() {
tmpb = new Date();
tmpb = "?" + tmpb.getTime();
document.images["agiosnikolaos"].src = imgsrcb + tmpb;
setTimeout("Refreshb()", intervalb);
}
Refreshb();
intervalc = 5000;
imgsrcc = "https://evrytaniaweather.com/webcam/lecadin.jpg";
function Refreshc() {
tmpc = new Date();
tmpc = "?" + tmpc.getTime();
document.images["lecadin1020m"].src = imgsrcc + tmpc;
setTimeout("Refreshc()", intervalc);
}
Refreshbc();