<img id="cam" src="jazz.jpg">
setInterval(function() { document.getElementById('cam').src = 'jazz.jpg?' + Math.random(); }, 3000);