<!--
function PPP()
{
var RandomContent=new Array();
RandomContent[1]='ON VIEW:<br><img src="/images/spacer.gif" width="1" height="8"><br><a href="/museum/exhibitions/home.shtml" class="special"><i>A Restless Country:<br>Selections from the Permanent Collection</i><br><img border="0" src="/museum/lyon002.jpg" vspace="10"><br>October 31 - December 20, 2009</a></strong>';
RandomContent[2]='ON VIEW:<br><img src="/images/spacer.gif" width="1" height="8"><br><a href="/museum/exhibitions/home.shtml" class="special">Project Series 39: Rachel Mayeri<br><img border="0" src="/museum/mayeri_baboon.jpg" vspace="10"><br>October 31 - December 20, 2009</a></strong>';
var ran=Math.floor(Math.random()*RandomContent.length);
if (ran==0)
{
ran=1;
}
document.write(RandomContent[ran]);
}
PPP();

//-->
