function random_text()
{};
var random_text = new random_text();
var number = 0;

random_text[number++] = "<a href=\"/undergraduate/requirements-electronic.html\" class=\"yes-border\" rel=\"external\"><img src=\"/rotate/images/175x200/radio-television/001.jpg\" width=\"175\" height=\"200\" alt=\"Missouri students write and produce their own programming for broadcast on KBIA.\" /></a>"
random_text[number++] = "<a href=\"/undergraduate/requirements-electronic.html\" class=\"yes-border\" rel=\"external\"><img src=\"/rotate/images/175x200/radio-television/002.jpg\" width=\"175\" height=\"200\" alt=\"Faculty and students often work side-by-side in the KOMU newsroom.\" /></a>"
random_text[number++] = "<a href=\"/undergraduate/requirements-electronic.html\" class=\"yes-border\" rel=\"external\"><img src=\"/rotate/images/175x200/radio-television/003.jpg\" width=\"175\" height=\"200\" alt=\"Missouri student-produced ads incorporate tried-and-true and newer-technology production techniques.\" /></a>"
random_text[number++] = "<a href=\"/undergraduate/requirements-electronic.html\" class=\"yes-border\" rel=\"external\"><img src=\"/rotate/images/175x200/radio-television/004.jpg\" width=\"175\" height=\"200\" alt=\"Missouri students get their hands on broadcast equipment as well as textbooks.\" /></a>"
random_text[number++] = "<a href=\"/undergraduate/requirements-electronic.html\" class=\"yes-border\" rel=\"external\"><img src=\"/rotate/images/175x200/radio-television/005.jpg\" width=\"175\" height=\"200\" alt=\"Missouri students write and produce their own programming for broadcast on KBIA.\" /></a>"
random_text[number++] = "<a href=\"/undergraduate/requirements-electronic.html\" class=\"yes-border\" rel=\"external\"><img src=\"/rotate/images/175x200/radio-television/006.jpg\" width=\"175\" height=\"200\" alt=\"Missouri students write and produce their own programming for broadcast on KBIA.\" /></a>"

var random_number = Math.floor(Math.random() * number);
document.write(random_text[random_number]);