
<!--
function MC_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MC_p) d.MC_p=new Array();
    var i,j=d.MC_p.length,a=MC_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MC_p[j]=new Image; d.MC_p[j++].src=a[i];}}
}

function MC_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MC_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MC_swapImage() { //v3.0
  var i,j=0,x,a=MC_swapImage.arguments; document.MC_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MC_findObj(a[i]))!=null){document.MC_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
<!-- hide
    var x = 15;
    var y = 1;
    var now;
  
    function caminawin()
    { window.open('http://www.duffyslanding.com/webcam.jpg', 'popwin', 'scrollbars=0,status=0,toolbar=0,resizable=0,width=500,height=600,top=150,left=185'); }

    function startClock() {
     x = x-y;
     document.form1.clock.value = x;
     if (x <= 1) reload();
     timerID = setTimeout("startClock()", 1000);
    }
  
    function reload() {
     now = new Date();
     var camImg = "http://www.duffyslanding.com/webcam.jpg" + "?" + now.getTime();
     document.campicture.src = camImg;
     x = 15;
     document.form1.clock.value = x;
    }
   // end hide -->
//-->
