function random_text()
{};
var random_text = new random_text();
var number = 0;

random_text[number++] = "<a href=\"/undergraduate/requirements-print-digital.html\" class=\"yes-border\" rel=\"external\"><img src=\"/rotate/images/175x200/newspaper/001.jpg\" width=\"175\" height=\"200\" alt=\"Missouri students do more than just observe and listen when they land internships in New York City; they hit the streets running with the skills they learned from the Missouri Method of hands-on journalism.\" /></a>"
random_text[number++] = "<a href=\"/undergraduate/requirements-print-digital.html\" class=\"yes-border\" rel=\"external\"><img src=\"/rotate/images/175x200/newspaper/002.jpg\" width=\"175\" height=\"200\" alt=\"Journalism students face the deadline pressures of interviewing, reporting and editing for a daily community newspaper.\" /></a>"
random_text[number++] = "<a href=\"/undergraduate/requirements-print-digital.html\" class=\"yes-border\" rel=\"external\"><img src=\"/rotate/images/175x200/newspaper/003.jpg\" width=\"175\" height=\"200\" alt=\"A Missouri School of Journalism student covered the political beat at the State Capitol and the story is now being read by the readers of the Columbia Missourian.\" /></a>"
random_text[number++] = "<a href=\"/undergraduate/requirements-print-digital.html\" class=\"yes-border\" rel=\"external\"><img src=\"/rotate/images/175x200/newspaper/004.jpg\" width=\"175\" height=\"200\" alt=\"A lively design scheme created by student designers is one reason Vox magazine is considered a 'must read' by Columbia residents.\" /></a>"
random_text[number++] = "<a href=\"/undergraduate/requirements-print-digital.html\" class=\"yes-border\" rel=\"external\"><img src=\"/rotate/images/175x200/newspaper/005.jpg\" width=\"175\" height=\"200\" alt=\"The Washington Hand Press is a symbol of the historic roots of the Missouri School of Journalism.\" /></a>"
random_text[number++] = "<a href=\"/undergraduate/requirements-print-digital.html\" class=\"yes-border\" rel=\"external\"><img src=\"/rotate/images/175x200/newspaper/006.jpg\" width=\"175\" height=\"200\" alt=\"One way the Missouri School of Journalism puts convergence into practice is with eMprint, the innovative electronic media print version of the Columbia Missourian.\" /></a>"
random_text[number++] = "<a href=\"/undergraduate/requirements-print-digital.html\" class=\"yes-border\" rel=\"external\"><img src=\"/rotate/images/175x200/newspaper/007.jpg\" width=\"175\" height=\"200\" alt=\"Students enjoy covering headliner concerts, CD debuts, fashion and art trends and local culture for Vox, Columbia's award-winning arts and culture weekly magazine.\" /></a>"

var random_number = Math.floor(Math.random() * number);
document.write(random_text[random_number]);