$(document).ready(function() {
	setInterval(
		function(){
		   var unique = new Date();
		   $("#webcam").attr("src","http://julian.cz/img/webcam/img.jpg?time=" + unique.getTime());	    
		}, 60000);
});
