function random_text()
{};
var random_text = new random_text();
var number = 0;

random_text[number++] = "<a href=\"/magazine/\" class=\"yes-border\" rel=\"external\"><img src=\"/rotate/images/175x200/magazine/001.jpg\" width=\"175\" height=\"200\" alt=\"Students at Mojo Ad learn the basics of research, creative development and execution in advertising all while applying those skills to local and national clients.\" /></a>"
random_text[number++] = "<a href=\"/magazine/\" class=\"yes-border\" rel=\"external\"><img src=\"/rotate/images/175x200/magazine/002.jpg\" width=\"175\" height=\"200\" alt=\"CNN anchor Chuck Roberts sat comfortably in front of the student reporter as he shared his thoughts on current issues in journalism.\" /></a>"
random_text[number++] = "<a href=\"/magazine/\" class=\"yes-border\" rel=\"external\"><img src=\"/rotate/images/175x200/magazine/003.jpg\" width=\"175\" height=\"200\" alt=\"Students take a break from their work to listen to updates from classmates in the newsroom.\" /></a>"

var random_number = Math.floor(Math.random() * number);
document.write(random_text[random_number]);