function random_text()
{};
var random_text = new random_text();
var number = 0;

random_text[number++] = "<a href=\"/alumni/irene-baltrusaitis-71.html\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/alumni/71-irene-baltrusaitis.jpg\" width=\"175\" height=\"200\" alt=\"Irene Baltrusaitis BJ '71\" /></a>"
random_text[number++] = "<a href=\"/alumni/brian-cooper-76.html\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/alumni/71-brian-cooper.jpg\" width=\"175\" height=\"200\" alt=\"Brian Cooper BJ '76\" /></a>"
random_text[number++] = "<a href=\"/alumni/kelsey-dayton-05.html\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/alumni/05-kelsey-dayton.jpg\" width=\"175\" height=\"200\" alt=\"Kelsey Dayton BJ '05\" /></a>"
random_text[number++] = "<a href=\"/alumni/geert-de-lombaerde-97.html\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/alumni/97-geert-de-lombaerde.jpg\" width=\"175\" height=\"200\" alt=\"Geert De Lombaerde BJ '97\" /></a>"
random_text[number++] = "<a href=\"/alumni/john-mark-eberhart-83.html\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/alumni/83-john-mark-eberhart.jpg\" width=\"175\" height=\"200\" alt=\"John Mark Eberhart BJ '83\" /></a>"
random_text[number++] = "<a href=\"/alumni/alfredo-flores-01.html\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/alumni/01-alfredo-flores.jpg\" width=\"175\" height=\"200\" alt=\"Alfredo Flores BJ '01\" /></a>"
random_text[number++] = "<a href=\"/alumni/charles-hammer-92.html\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/alumni/92-charles-hammer.jpg\" width=\"175\" height=\"200\" alt=\"Charles Hammer BJ '92\" /></a>"
random_text[number++] = "<a href=\"/alumni/thomas-hargrove-78.html\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/alumni/77-thomas-hargrove.jpg\" width=\"175\" height=\"200\" alt=\"Thomas Hargove BJ '77\" /></a>"
random_text[number++] = "<a href=\"/alumni/kim-kavin-94.html\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/alumni/94-kim-kavin.jpg\" width=\"175\" height=\"200\" alt=\"Kim Kavin BJ '94\" /></a>"
random_text[number++] = "<a href=\"/alumni/chris-kraeuter-99.html\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/alumni/99-chris-kraeuter.jpg\" width=\"175\" height=\"200\" alt=\"Chris Kraeuter BJ '99\" /></a>"
random_text[number++] = "<a href=\"/alumni/craig-ligibel-71.html\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/alumni/71-craig-ligibel.jpg\" width=\"175\" height=\"200\" alt=\"Craig Ligabel BJ '70 MA '71\" /></a>"
random_text[number++] = "<a href=\"/alumni/david-marcou-84.html\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/alumni/84-david-marcou.jpg\" width=\"175\" height=\"200\" alt=\"David Marcou BJ '84\" /></a>"
random_text[number++] = "<a href=\"/alumni/patrick-martin-72.html\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/alumni/72-patrick-martin.jpg\" width=\"175\" height=\"200\" alt=\"Patrick Martin BJ '72\" /></a>"
random_text[number++] = "<a href=\"/alumni/eric-metcalf-94.html\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/alumni/94-eric-metcalf.jpg\" width=\"175\" height=\"200\" alt=\"Eric Metcalf BJ '94\" /></a>"
random_text[number++] = "<a href=\"/alumni/jeff-neu-02.html\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/alumni/02-jeff-neu.jpg\" width=\"175\" height=\"200\" alt=\"Jeff Neu BJ '02\" /></a>"
random_text[number++] = "<a href=\"/alumni/murray-olderman-43.html\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/alumni/43-murray-olderman.jpg\" width=\"175\" height=\"200\" alt=\"Murray Olderman BJ '43\" /></a>"
random_text[number++] = "<a href=\"/alumni/sarah-rupp-97.html\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/alumni/97-sarah-rupp.jpg\" width=\"175\" height=\"200\" alt=\"Sarah Rupp BJ '97\" /></a>"
random_text[number++] = "<a href=\"/alumni/robert-skole-52.html\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/alumni/52-robert-skole.jpg\" width=\"175\" height=\"200\" alt=\"Robert Skole BJ '52\" /></a>"
random_text[number++] = "<a href=\"/alumni/randall-smith-74.html\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/alumni/74-randy-smith.jpg\" width=\"175\" height=\"200\" alt=\"Randy Smith BJ '74\" /></a>"
random_text[number++] = "<a href=\"/alumni/eric-berger-97.html\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/alumni/97-eric-berger.jpg\" width=\"175\" height=\"200\" alt=\"Eric Berger MA '97\" /></a>"
random_text[number++] = "<a href=\"/alumni/charles-choi-01.html\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/alumni/01-charles-choi.jpg\" width=\"175\" height=\"200\" alt=\"Charles Choi MA '01\" /></a>"
random_text[number++] = "<a href=\"/alumni/michael-days-76.html\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/alumni/76-michael-days.jpg\" width=\"175\" height=\"200\" alt=\"Michael Days MA '76\" /></a>"

var random_number = Math.floor(Math.random() * number);
document.write(random_text[random_number]);