var mess = new Array(
'<td width="348" height="80px" align="right" id="HeaderSpacer"><a href="http://www.uni.edu/intladm/iso/studprofiles_bains.shtml"><p>See why Rubena chose UNI.<br>Read her profile...</p></a><a href="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/intladm/iso/studprofiles_bains.shtml"><img src="http://www.uni.edu/intladm/iso/graphics/bains.png" alt="Read Rubenas Profile" border="0"></a></td>',
'<td width="348" height="80px" align="right" id="HeaderSpacer"><a href="http://www.uni.edu/intladm/iso/studprofiles_gouveia.shtml"><p>See why Gleidson chose UNI.<br>Read his profile...</p></a><a href="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/intladm/iso/studprofiles_gouveia.shtml"><img src="http://www.uni.edu/intladm/iso/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/intladm/iso/studprofiles_guo.shtml"><p>See why Binli chose UNI.<br>Read her profile...</p></a><a href="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/intladm/iso/studprofiles_guo.shtml"><img src="http://www.uni.edu/intladm/iso/graphics/binli.png" alt="Read Binlis Profile" border="0"></a></td>',
'<td width="348" height="80px" align="right" id="HeaderSpacer"><a href="http://www.uni.edu/intladm/iso/studprofiles_mwakikunga.shtml"><p>See why Anthony chose UNI.<br>Read his profile...</p></a><a href="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/intladm/iso/studprofiles_mwakikunga.shtml"><img src="http://www.uni.edu/intladm/iso/graphics/anthony.png" alt="Read Anthony Profile" border="0"></a></td>',
'<td width="348" height="80px" align="right" id="HeaderSpacer"><a href="http://www.uni.edu/intladm/iso/studprofiles_Faisal.shtml"><p>See why Faisal chose UNI.<br>Read his profile...</p></a><a href="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/intladm/iso/studprofiles_Faisal.shtml"><img src="http://www.uni.edu/intladm/iso/graphics/Faisal.png" alt="Read Faisals Profile" border="0"></a></td>')
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);

