n = Math.floor(Math.random()*arr_img.length);
document.write('<img src="'+arr_img[n]+'" alt="'+arr_title[n]+'" title="'+arr_title[n]+'" />');