var mess = new Array(
'<a href="hannah_profile.shtml" ><img src="current_profiles/hannah_text.jpg" title="Read The Profile for Hannah" alt="Read The Profile for Hannah" hspace="0" vspace="0" border="0" align="right"></a>',
'<a href="katie_profile.shtml" ><img src="current_profiles/katie_text.jpg" title="Read The Profile for Katie" alt="Read The Profile for Katie" hspace="0" vspace="0" border="0" align="right"></a>',
'<a href="mackenzee_profile.shtml" ><img src="current_profiles/mackenzee_text.jpg" title="Read The Profile for MacKenzee" alt="Read The Profile for MacKenzee" hspace="0" vspace="0" border="0" align="right"></a>',
'<a href="rylie_profile.shtml" ><img src="current_profiles/rylie_text.jpg" title="Read The Profile for Rylie" alt="Read The Profile for Rylie" hspace="0" vspace="0" border="0" align="right"></a>',
'<a href="kevin_profile.shtml" ><img src="current_profiles/kevin_text.jpg" title="Read The Profile for Kevin" alt="Read The Profile for Kevin" hspace="0" vspace="0" border="0" align="right"></a>',
'<a href="matt_profile.shtml" ><img src="current_profiles/matt_text.jpg" title="Read The Profile for Matt" alt="Read The Profile for Matt" hspace="0" vspace="0" border="0" align="right"></a>');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);