function PPP()
{
var RandomContent=new Array();
RandomContent[1]='<a href="/faculty/dash.html"><img src="/_images/mediaminds/dash.png" width="240" height="194" border="0" alt="Leon Dash"></a>';
RandomContent[2]='<a href="/profiles/Dionisio-Diana.html"><img src="/_images/mediaminds/dionisio.png" width="240" height="194" border="0" alt="Diana Dionisio"></a>';
RandomContent[3]='<a href="/profiles/Ebert-Roger.html"><img src="/_images/mediaminds/ebert.png" width="240" height="194" border="0" alt="Roger Ebert"></a>';
RandomContent[4]='<a href="/faculty/harrington.html"><img src="/_images/mediaminds/harrington.png" width="240" height="194" border="0" alt="Walt Harrington"></a>';
RandomContent[5]='<a href="/knight/index.html"><img src="/_images/mediaminds/houston.png" width="240" height="194" border="0" alt="Brant Houston"></a>';
RandomContent[6]='<a href="/profiles/Jindra-Sarah.html"><img src="/_images/mediaminds/jindra.png" width="240" height="194" border="0" alt="Sarah Jindra"></a>';
RandomContent[7]='<a href="/faculty/johnson.html"><img src="/_images/mediaminds/johnson.png" width="240" height="194" border="0" alt="Brian Johnson"></a>';
RandomContent[8]='<a href="/faculty/nakamura.html"><img src="/_images/mediaminds/nakamura.png" width="240" height="194" border="0" alt="Lisa Nakamura"></a>';
RandomContent[9]='<a href="/faculty/nelson.html"><img src="/_images/mediaminds/nelson.png" width="240" height="194" border="0" alt="Michelle Nelson"></a>';
RandomContent[10]='<a href="/profiles/Quijano-Elaine.html"><img src="/_images/mediaminds/quijano.png" width="240" height="194" border="0" alt="Elaine Quijano"></a>';
RandomContent[11]='<a href="/faculty/sandvig.html"><img src="/_images/mediaminds/sandvig.png" width="240" height="194" border="0" alt="Christian Sandvig"></a>';
RandomContent[12]='<a href="/faculty/slater.html"><img src="/_images/mediaminds/slater.png" width="240" height="194" border="0" alt="Jan Slater"></a>';
RandomContent[13]='<a href="/faculty/valdivia.html"><img src="/_images/mediaminds/valdivia.png" width="240" height="194" border="0" alt="Angharad Valdivia"></a>';
RandomContent[14]='<a href="/faculty/vargas.html"><img src="/_images/mediaminds/vargas.png" width="240" height="194" border="0" alt="Patrick Vargas"></a>';
RandomContent[15]='<a href="/profiles/Don-Heimburger.html"><img src="/_images/mediaminds/heimburger.png" width="240" height="194" border="0" alt="Don Heimburger"></a>';
RandomContent[16]='<a href="/profiles/Musto-Adam.html"><img src="/_images/mediaminds/musto.png" width="240" height="194" border="0" alt="Adam Musto"></a>';
RandomContent[17]='<a href="/profiles/Arrington-Tatiana.html"><img src="/_images/mediaminds/arrington.png" width="240" height="194" border="0" alt="Tatiana Arrington"></a>';
RandomContent[18]='<a href="/profiles/Pieczynski-Richard.html"><img src="/_images/mediaminds/pieczynski.png" width="240" height="194" border="0" alt="Richard Pieczynski"></a>';
RandomContent[19]='<a href="/profiles/Ciesiolka-Jason.html"><img src="/_images/mediaminds/ciesiolka.png" width="240" height="194" border="0" alt="Jason Ciesiolka"></a>';
RandomContent[20]='<a href="/profiles/Murphy-Heather.html"><img src="/_images/mediaminds/murphy.png" width="240" height="194" border="0" alt="Heather Murphy"></a>';
RandomContent[21]='<a href="/profiles/Schiesz-Kevin.html"><img src="/_images/mediaminds/schiesz.png" width="240" height="194" border="0" alt="Kevin Schiesz"></a>';
RandomContent[22]='<a href="/profiles/Raquel-Steve.html"><img src="/_images/mediaminds/raquel.png" width="240" height="194" border="0" alt="Steve Raquel"></a>';


var ran=Math.floor(Math.random()*RandomContent.length);
if (ran==0)
{
ran=1;
}
document.write(RandomContent[ran]);
}
PPP();
