function image_header() { new_src= "http://www.rancgalanta.sk/files/header/h_"+Math.round((Math.random()*21))+".jpg"; document.getElementById("topimage").src=new_src; window.setTimeout("image_header(); ",5000); } window.onload = function () { image_header(); }