// JavaScript Document
document.write("<CENTER>");
document.write(Pics[Math.floor(Math.random() * Pics.length)]);
document.write("</CENTER>");