function random_text()
{};
var random_text = new random_text();
var number = 0;

random_text[number++] = "<a href=\"/alumni/bill-eppridge-60.html\" class=\"yes-border\" rel=\"external\"><img src=\"/rotate/images/175x200/alumni/60-bill-eppridge.jpg\" width=\"175\" height=\"200\" alt=\"Bill Eppridge, BJ '60\" /></a>"
random_text[number++] = "<a href=\"/news/2005/04-25-hearst-photo.html\" class=\"yes-border\" rel=\"external\"><img src=\"/rotate/images/175x200/alumni/04-lara-shipley.jpg\" width=\"175\" height=\"200\" alt=\"Lara Shipley, BJ '04\" /></a>"
random_text[number++] = "<a href=\"http://jour2005.missouri.edu/2005-viewbook/60.html\" onclick=\"window.open('http://jour2005.missouri.edu/2005-viewbook/60.html','_blank','width=660,height=800,scrollbars,resizable');return false\" class=\"yes-border\"><img src=\"/rotate/images/175x200/alumni/76-nick-vedros.jpg\" width=\"175\" height=\"200\" alt=\"Nick Vedros, BJ '76\" /></a>"

var random_number = Math.floor(Math.random() * number);
document.write(random_text[random_number]);