// JavaScript Document
iArray=new Array(
"http://bu.edu/core/img/home-hands.jpg",
"http://bu.edu/core/img/home-dartmouth.jpg",
"http://bu.edu/core/img/home-mfa.jpg",
"http://bu.edu/core/img/home-mfa-2.jpg",
"http://bu.edu/core/img/home-polychrome.jpg",
"http://bu.edu/core/img/home-reunion.jpg",
"http://bu.edu/core/img/home-spectacle.jpg",
"http://bu.edu/core/img/home-velazquez.jpg",
"http://bu.edu/core/img/home-redsox.jpg",
"http://bu.edu/core/img/home-hamill.jpg");
ri=Math.floor(iArray.length*Math.random());
ri='<img src="'+ iArray[ri]+ '" border=0>';