errorimg1= 0;

function LoadImage1()

{

        uniq1 = Math.random();

        document.images.webcam1.src = "http://angelpage.dyndns.tv:8080/cam_3.jpg?uniq="+uniq1;

        window.status = "[Livestream by angelpage.de - provided with webcamXP]";

}

function ErrorImage1()

{

        errorimg1++;

        if (errorimg1>1){

              document.images.webcam1.onload = "";

              document.images.webcam1.src = "../webcam/offline.jpg";

              }else{

              document.images.webcam1.src = "http://angelpage.dyndns.tv:8080/cam_3.jpg?uniq="+uniq1;

              }

}

function DoIt1()

{

        errorimg1=0;

        window.setTimeout("LoadImage1();", 15);

}

	document.write('<img src="../webcam/loading.jpg" id="webcam1" name="webcam1" onload="DoIt1()" onerror="ErrorImage1()" width=320 height=240 border=0 style="border-color:#000000; border-style:solid;" alt="angelpage.de">');


