function refresh_webcam() {
 self.location.reload();
}

window.setTimeout("refresh_webcam()",60000);


