var mess = new Array(
'<td width="348" height="80px" align="right" id="HeaderSpacer"><a href="http://www.uni.edu/internationalservices/studprofiles_goh.shtml"><p>See why Su Yi chose UNI.<br>Read her profile...</p></a><a href="http://www.uni.edu/internationalservices/studprofilesintl_main.shtml"><p>Read more student profiles.</p></a></td><td width="208"  height="118px" rowspan="2" align="right" valign="bottom" id="HeaderGraphic"><a href="http://www.uni.edu/internationalservices/studprofiles_goh.shtml"><img src="http://www.uni.edu/internationalservices/graphics/goh.png" alt="Read Su Yi Profile" width="200" height="118" border="0"></a></td>',
'<td width="348" height="80px" align="right" id="HeaderSpacer"><a href="http://www.uni.edu/internationalservices/studprofiles_varadaraju.shtml"><p>See why Rakshith chose UNI.<br>Read his profile...</p></a><a href="http://www.uni.edu/internationalservices/studprofilesintl_main.shtml"><p>Read more student profiles.</p></a></td><td width="208"  height="118px" rowspan="2" align="right" valign="bottom" id="HeaderGraphic"><a href="http://www.uni.edu/internationalservices/studprofiles_varadaraju.shtml"><img src="http://www.uni.edu/internationalservices/graphics/varadaraju.png" alt="Read Rakshith Profile" width="200" height="118" border="0"></a></td>',
'<td width="348" height="80px" align="right" id="HeaderSpacer"><a href="http://www.uni.edu/internationalservices/studprofiles_sultanov.shtml"><p>See why Rovshan chose UNI.<br>Read his profile...</p></a><a href="http://www.uni.edu/internationalservices/studprofilesintl_main.shtml"><p>Read more student profiles.</p></a></td><td width="208"  height="118px" rowspan="2" align="right" valign="bottom" id="HeaderGraphic"><a href="http://www.uni.edu/internationalservices/studprofiles_sultanov.shtml"><img src="http://www.uni.edu/internationalservices/graphics/sultanov.png" alt="Read Rovshan Profile" width="200" height="118" border="0"></a></td>',
'<td width="348" height="80px" align="right" id="HeaderSpacer"><a href="http://www.uni.edu/internationalservices/studprofiles_gouveia.shtml"><p>See why Gleidson chose UNI.<br>Read his profile...</p></a><a href="http://www.uni.edu/internationalservices/studprofilesintl_main.shtml"><p>Read more student profiles.</p></a></td><td width="208"  height="118px" rowspan="2" align="right" valign="bottom" id="HeaderGraphic"><a href="http://www.uni.edu/internationalservices/studprofiles_gouveia.shtml"><img src="http://www.uni.edu/internationalservices/graphics/gleidson.png" alt="Read Gleidsons Profile" width="200" height="118" border="0"></a></td>',
'<td width="348" height="80px" align="right" id="HeaderSpacer"><a href="http://www.uni.edu/internationalservices/studprofiles_mwakikunga.shtml"><p>See why Anthony chose UNI.<br>Read his profile...</p></a><a href="http://www.uni.edu/internationalservices/studprofilesintl_main.shtml"><p>Read more student profiles.</p></a></td><td width="208"  height="118px" rowspan="2" align="right" valign="bottom" id="HeaderGraphic"><a href="http://www.uni.edu/internationalservices/studprofiles_mwakikunga.shtml"><img src="http://www.uni.edu/internationalservices/graphics/anthony.png" alt="Read Anthony Profile" border="0"></a></td>')
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);


