errorimg1= 0;

function LoadImage1()

{

        uniq1 = Math.random();

        document.images.webcam1.src = "http://www.ozon.nu/webcam/svc_ts.jpg?uniq="+uniq1;

        window.status = "LiveCam Lichtenstein";

}

function ErrorImage1()

{

        errorimg1++;

        if (errorimg1>1){

              document.images.webcam1.onload = "";

              document.images.webcam1.src = "http://www.ozon.nu/webcam/svc_ts.jpg";

              }else{

              document.images.webcam1.src = "http://www.ozon.nu/webcam/svc_ts.jpg?uniq="+uniq1;

              }

}

function DoIt1()

{

        errorimg1=0;

        window.setTimeout("LoadImage1();", 15);

}

	document.write('<img src="http://www.ozon.nu/webcam/svc_ts.jpg" id="webcam1" name="webcam1" onload="DoIt1()" onerror="ErrorImage1()" width=640 height=480 border=0 style="border-color:#000000; border-style:solid;" alt="LiveCam Lichtenstein">');


