29/01/2020
refresh_image();
setInterval(refresh_image, 5000);
function refresh_image() {
document.getElementById("prediction").src="https://cubing.rocks/gallery/2020win.png?rnd="+Math.random(); }