// Local site javascript...

      
// Advanced Random Images Start// Copyright 2001-2002 All rights reserved, by Paul Davis - www.kaosweaver.com
function rndImg() {
var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
KW_ARI[KW_ARI.length]='http://www.reed.edu/student_activities/assets/images/photos/header_pics1.jpg';
KW_ARI[KW_ARI.length]='http://www.reed.edu/student_activities/assets/images/photos/header_pics2.jpg';
KW_ARI[KW_ARI.length]='http://www.reed.edu/student_activities/assets/images/photos/header_pics4.jpg';
KW_ARI[KW_ARI.length]='http://www.reed.edu/student_activities/assets/images/photos/header_pics5.jpg';
j=parseInt(Math.random()*KW_ARI.length);
j=(isNaN(j))?0:j;
document.write("<img src='"+KW_ARI[j]+"'/>");}
// Advanced Random Images End      