var index = Math.floor(Math.random() * team.length);
document.write("<h2>Featured Mocker</h2>");
document.write("<div id=\"spotlight\"><img src=\"images/" + team[index][4] + "\" alt=\" \" /></div><p><b>");
document.write(team[index][0] + "</b><br />Class: " + team[index][1] + "<br />Member since: " + team[index][2] + "<br /><br />")
document.write(team[index][3] + "<br /><a href=\"team.html#team" + index + "\">Read more . . .</a></p><p>For more pictures, see the <a href=\"photos.html\">Photo Gallery</a>.</p>")
