var refreshrate=3; //SEKUNDES STARP ATJAUNOŠANU var image="https://www.skopeloswebcam.com/webcam/skopeloswebcam.jpg"; //ATTĒLA NOSAUKUMS var imgheight=720; //ATTĒLA AUGSTUMS var imgwidth=1080; //ATTĒLA PLATUMS funkcija refresh(){ document.images["pic"].src=image+"?"+new Date(); setTimeout('refresh()', refreshrate*1000);} document.write('');
if (document.images) window.onload = atsvaidzināt;