// JavaScript Document
theimage = new Array();

theimage[0]=["HAMRICK U610", "images/t6/U610.jpg"];
theimage[1]=["HALEY U611", "images/t6/U611.jpg"];
theimage[2]=["FILSTEAD U612", "images/t6/U612.jpg"];
theimage[3]=["HEINRICH U613", "images/t6/U613.jpg"];
theimage[4]=["SIKES U614", "images/t6/U614.jpg"];
theimage[5]=["VARNON U615", "images/t6/U615.jpg"];
theimage[6]=["VAN BRADT U616", "images/t6/U616.jpg"];
theimage[7]=["ONEAL U617", "images/t6/U617.jpg"];
theimage[8]=["BOLDS U618", "images/t6/U618.jpg"];

playspeed=3000; 
dotrans=1;   
transtype='blendTrans';  
transattributes='duration=1,transition=23';  
randomorder=1;
playdiffernce=500;  
autostart=0;
preloadslides=1;
function makeRandom() {
tempimage = new Array();
for(p=0;p<theimage.length;p++){
for(p1=0;p1>-1;p1) {tempNum = Math.floor(Math.random()*theimage.length)
if(!tempimage[tempNum]){tempimage[tempNum]=theimage[p];break}}}
for(p=0;p<theimage.length;p++)theimage[p]=tempimage[p]}
if(randomorder==1)makeRandom()

function preloadSlide() {for(k=0;k<til;k++) {theimage[k][1]=new Image().src=theimage[k][1];}}

window.onload=function(){
if(window.preloadslides)preloadSlide();if(window.autostart)slidePlay();}

window.onresize=function(){
if(document.layers)this.location=this.location;}