<!-- The JavaScript Source!! http://javascript.internet.com -->var theImage=new Array();theImage[0]="/home/images/center_rotate/center_guaranteed_reg405x245.jpg";//theImage[1]="/home/images/center_rotate/center_green_rEvolution_405x245.jpg";//theImage[2]="/home/images/center_rotate/center_green_rEvolution_405x245.jpg";//theImage[3]="/home/images/center_rotate/Ad_center_photo405x245_4.jpg";var theLink=new Array()theLink[0]="http://www.estrellamountain.edu/hub/spring10guaranteed.html";//theLink[1]="http://www.estrellamountain.edu/hub/conf09_home.asp";//theLink[2]="http://www.estrellamountain.edu/hub/conf09_home.asp";//theLink[3]="http://www.estrellamountain.edu/hub/steps.html";var i=0;var l=theImage.length;var preBuffer=new Array();for (i=0; i<l; i++){   preBuffer[i]=new Image();   preBuffer[i].src=theImage[i];}var whichImage=Math.round(Math.random()*(l-1));function showImage(){ document.write("<img src='" + theImage[whichImage] + "' border='0'>");}function next(){ whichImage++; if (whichImage<=2) {  document.images.picture.src=theImage[whichImage]; } else first();}function first(){ whichImage = 0; document.images.picture.src=theImage[whichImage];}function linkto(){ window.location=theLink[whichImage];}function popupto(){ winpops=window.open(theLink[whichImage],"newpopup","width=800,height=600,status,scrollbars,resizable");}