<!--
var ar = new Array(
/*"<img src='../images/home1_rotate_sm.jpg' width='469' height='229'>",
//
"<img src='../images/home2_rotate_sm.jpg' width='469' height='229'>",
//
"<img src='../images/home6_rotate_sm.jpg' width='469' height='229'>");*/


"<img src='../images/home_image.jpg' width='700' height='342'>",
//
"<img src='../images/home1_rotate.jpg' width='700' height='342'>",
//
"<img src='../images/home2_rotate.jpg' width='700' height='342'>",
//
"<img src='../images/home3_rotate.jpg' width='700' height='342'>",
//
"<img src='../images/home4_rotate.jpg' width='700' height='342'>",
//
"<img src='../images/home5_rotate.jpg' width='700' height='342'>",
//
"<img src='../images/home6_rotate.jpg' width='700' height='342'>");
<!--"<td width='345'><a href='exhibitions/exhibit.asp#hoa''><img src='images/home/hall1_rotator.jpg' width='345' height='185' border='0'></a></td><td width='24'><img src='images/home/spacer.gif' width='24' height='1'></td><td width='206'><a href='exhibitions/exhibit.asp#hoa' class='exhlinks' style='text-decoration:none;'><b>On A Grand Scale: The Hall of Architecture at 100</b></a><br><span class='arial_spacing'>Through January 27, 2008</span><br></td>",



var num = Math.floor(Math.random() * ar.length);
document.write(ar[num]);
// -->