<div class="small-11 small-centered medium-uncentered medium-4 columns item">
<div id="webcam" class="block">
<a href="<?php echo esc_url( get_permalink( 2743 ) ) ?>"><h5>Webcams</h5></a>
- <a href="<?php echo esc_url( get_permalink( 2743 ) ) ?>"><img id="cam1" height="187" width="200" src=""></a>
+ <a href="<?php echo esc_url( get_permalink( 2743 ) ) ?>"><img id="fcam1" height="187" width="200" src=""></a>
</div>
<script type="text/javascript">
function reloadImg()
{
- document.getElementById('cam1').setAttribute('src','http://www.otsegocountymi.gov/images/resizedOtsegoCoNECam.jpg?i=' + Math.random());
+ document.getElementById('fcam1').setAttribute('src','http://www.otsegocountymi.gov/images/resizedOtsegoCoNECam.jpg?i=' + Math.random());
setTimeout('reloadImg()', 10000);
}
reloadImg();