images = new Array(2);
images[0] = "<img src='images/masthead_TOP_01.jpg' width='705' height='136'>";
images[1] = "<img src='images/masthead_TOP_01.jpg' width='705' height='136'>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);