function random_text()
{};
var random_text = new random_text();
var number = 0;

random_text[number++] = "<a href=\"http://columbiamissourian.com/\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/missourian/001.jpg\" width=\"175\" height=\"200\" alt=\"Missouri photojournalism students have the opportunity to have their work published in a daily newspaper, a weekly entertainment magazine, a Spanish-language monthly and electronic magazine download.\" /></a>"
random_text[number++] = "<a href=\"http://columbiamissourian.com/\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/missourian/002.jpg\" width=\"175\" height=\"200\" alt=\"Missouri photojournalism students have the opportunity to have their work published in a daily newspaper, a weekly entertainment magazine, a Spanish-language monthly and electronic magazine download.\" /></a>"
random_text[number++] = "<a href=\"http://www.komu.com/\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/komu/001.jpg\" width=\"175\" height=\"200\" alt=\"Missouri students write and produce their own programming for broadcast on KOMU.\" /></a>"
random_text[number++] = "<a href=\"http://www.komu.com/\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/komu/002.jpg\" width=\"175\" height=\"200\" alt=\"Missouri students write and produce their own programming for broadcast on KOMU.\" /></a>"
random_text[number++] = "<a href=\"http://www.komu.com/\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/komu/003.jpg\" width=\"175\" height=\"200\" alt=\"Missouri students write and produce their own programming for broadcast on KOMU.\" /></a>"
random_text[number++] = "<a href=\"http://www.kbia.org/\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/kbia/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=\"http://www.kbia.org/\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/kbia/002.jpg\" width=\"175\" height=\"200\" alt=\"Missouri students write and produce their own programming for broadcast on KBIA.\" /></a>"
random_text[number++] = "<a href=\"http://www.kbia.org/\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/kbia/003.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]);