function refreshIto() {
   if (!document.images) return;
   document.images['myCamo'].src = 'images/webcam32o.jpg?' + Math.random();
   setTimeout('refreshIto()',3000);
}

function ImageLoadFailedo() {
   if (!document.images) return;
   document.images['myCam'].src = 'images/webcam32oe.jpg?' + Math.random();
}

