var celebs = new Array(3);

celebs[0] = "<iframe height=305 width=124 src='http://www.dougs.org/celebs/stanley.html' marginwidth=0 marginheight=0 border=0 frameborder=0 style='border:none;' scrolling=no></iframe>";
celebs[1] = "<iframe height=305 width=124 src='http://www.dougs.org/celebs/wilson.html' marginwidth=0 marginheight=0 border=0 frameborder=0 style='border:none;' scrolling=no></iframe>";
celebs[2] = "<iframe height=305 width=124 src='http://www.dougs.org/celebs/jones.html' marginwidth=0 marginheight=0 border=0 frameborder=0 style='border:none;' scrolling=no></iframe>";

document.write(celebs[Math.floor(Math.random() * celebs.length)]);
