function random_text()
{};
var random_text = new random_text();
var number = 0;

random_text[number++] = "<a href=\"/undergraduate/requirements-advertising.html\" class=\"yes-border\" rel=\"external\"><img src=\"/rotate/images/175x200/advertising/001.jpg\" width=\"175\" height=\"200\" alt=\"Missouri School of Journalism students land competitive internships at places like Ogilvy PR, The Washington Post, CNN, Time Inc. and many others.\" /></a>"
random_text[number++] = "<a href=\"/undergraduate/requirements-advertising.html\" class=\"yes-border\" rel=\"external\"><img src=\"/rotate/images/175x200/advertising/002.jpg\" width=\"175\" height=\"200\" alt=\"Advertising and public relations students present their strategic communication plans and creative ideas to classmates in preparation for the client presentation.\" /></a>"
random_text[number++] = "<a href=\"/undergraduate/requirements-advertising.html\" class=\"yes-border\" rel=\"external\"><img src=\"/rotate/images/175x200/advertising/003.jpg\" width=\"175\" height=\"200\" alt=\"At Missouri, strategic communication students learn how to reach target audiences through research and creating original advertising campaigns for national clients.\" /></a>"

var random_number = Math.floor(Math.random() * number);
document.write(random_text[random_number]);