<!--
            var imgURL = ["images/image_new/TOP_PHOTO_04.jpg", "images/image_new/TOP_FMone_B.jpg"];
            var n = Math.floor(Math.random() * imgURL.length);
            document.write('<img src="'+imgURL[n]+'">');
            // -->



