var n = Math.ceil((Math.random(1)*50));function random_image() {document.write('<img src="../img/banner/' + n + '.jpg" alt="Legend of the Galactic Heroes" width=430 height=180 border=0>');};random_image ()