пробки
(custom)
<script type="text/javascript">
var height_array = new Array();
var width_array = new Array();
width_array[1] = 290;
height_array[1] = 200;
</script>
<img src="http://img1.videoprobki.com.ua/camimg/cam143-5.jpg" class="webcam" id="webcam3" width="290" height="200"/>
<script type="text/javascript">
errorimg3= 0;
document.images.webcam3.onload = DoIt3;
document.images.webcam3.onclick = SwitchAnimation3;
document.images.webcam3.onerror = ErrorImage3;
function SwitchAnimation3() {
var source = document.images.webcam3.src;
if (source== "http://img1.videoprobki.com.ua/camimg/cam143-5.jpg"){
document.images.webcam3.src="http://w2.videoprobki.com.ua/animation/images/animcam143_180.gif?r=%Cam143.TimeStamp%";
}else{
document.images.webcam3.src="http://img1.videoprobki.com.ua/camimg/cam143-5.jpg";
}
}
function LoadImage3()
{
document.images.webcam3.src = "http://img1.videoprobki.com.ua/camimg/cam143-5.jpg";
document.images.webcam3.onload = DoIt3;
document.images.webcam3.onclick = SwitchAnimation3;
}
function ErrorImage3()
{
errorimg3++;
if (errorimg3>3){
document.images.webcam3.onload = "";
document.images.webcam3.onerror = "";
document.images.webcam3.src = "offline.jpg";
}else{
document.images.webcam3.src = "http://img1.videoprobki.com.ua/camimg/cam143-5.jpg";
}
}
function DoIt3()
{
errorimg3=0;
window.setTimeout(LoadImage3, 60000);
}
</script>