New Softball Field Construction Cam

#stadium_cam {display:block; width:100%; margin:0 auto; text-align:center} window.onload = function() { var d = new Date(); var n = d.getHours(), x = d.getMinutes(), z = d.getDate(), o = d.getMonth(); var f = o.toString() + n.toString() + x.toString() + z.toString(); document.getElementById('stadium_cam').src = "http://more.mutigers.com/cam/softball.jpg?"+f; var refreshId = setInterval(function() { var d = new Date(); var n = d.getHours(), x = d.getMinutes(), z = d.getDate(), o = d.getMonth(); var f = o.toString() + n.toString() + x.toString() + z.toString(); document.getElementById('stadium_cam').src = "http://more.mutigers.com/cam/softball.jpg?"+f; }, 300000); }

This photo will update every five minutes.

Softball Construction