// JavaScript Document


xx = Math.floor(Math.random() * 4);
document.write('<img src="img/top_img/' + xx + '.jpg">');