// JavaScript Document
var mess = new Array(
			'<a href="index.html"><img src="ufimages/logo2.png" id="logo" alt="The Institute of Higher Education"/></a>',
			'<a href="index.html"><img src="ufimages/logo2.png" id="logo"  alt="The Institute of Higher Education"/></a>');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]); 