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.voxmagazine.com/\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/vox/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://www.voxmagazine.com/\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/vox/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.voxmagazine.com/\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/vox/003.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.voxmagazine.com/\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/vox/004.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://x.adelantesi.com/\" rel=\"external\" class=\"yes-border\"><img src=\"/rotate/images/175x200/adelante/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>"

var random_number = Math.floor(Math.random() * number);
document.write(random_text[random_number]);