function getImage(){ var maxImages = 4; var id = Math.ceil(Math.random()*(maxImages)) - 1; return "img/bellogin-" + id + ".gif"; } document.write(''); document.getElementById('image_b').src = getImage();