programs = new Array(5);
programs[0] = "<img src='../images/landscape1.jpg' alt='Photo of American Landscape' width='558' height='108' border='0' />";
programs[1] = "<img src='../images/landscape2.jpg' alt='Photo of American Landscape' width='558' height='108' border='0' />";
programs[2] = "<img src='../images/landscape3.jpg' alt='Photo of American Landscape' width='558' height='108' border='0' />";
programs[3] = "<img src='../images/landscape4.jpg' alt='Photo of American Landscape' width='558' height='108' border='0' />";
programs[4] = "<img src='../images/landscape5.jpg' alt='Photo of American Landscape' width='558' height='108' border='0' />";
index = Math.floor(Math.random() * programs.length);
document.write(programs[index] + "\n");
