
/*
Rotating image or text(You can use for changing banners)
Author: Narayan Chand Thakur
Source: http://ncthakur.itgo.com/
This may be used freely as long as this message is intact.
*/
<!--

//you may add your image file or text below
var item=new Array()


item[0]="<a href='http://www.law.whittier.edu/index/experience/whittier-law-courtroom/'><font style='color:#963c0f; font-family:Georgia;'><strong>Building the Future<br /> Whittier Law Courtroom</strong></font></a><p></p><img src='http://www.law.whittier.edu/images/uploads/contentPhotos/courtroom.jpg' border='0' width='210'>"
item[1]="<a href='http://www.law.whittier.edu/index/popup-nn/7002'><font style='color:#963c0f; font-family:Georgia;'><strong>New Courtroom to be Named for<br /> Whittier Alumnus Paul Kiesel</strong></font></a><p></p><img src='http://www.law.whittier.edu/images/uploads/contentPhotos/kiesel.jpg' width='210' border='0'>"

var current=0

var ns6=document.getElementById&&!document.all
function changeItem(){
if(document.layers){
document.layer1.document.write(item[current])
document.layer1.document.close()
}
if(ns6)document.getElementById("div1").innerHTML=item[current]
{
if(document.all){
div1.innerHTML=item[current]
}
}
if (current==1) current=0
else current++
setTimeout("changeItem()",5000)
}
window.onload=changeItem
//-->
