// JavaScript Document
theimage = new Array();

theimage[0]=["HARDY U410", "images/t4/U410.jpg"];
theimage[1]=["MARTIN U411", "images/t4/U411.jpg"];
theimage[2]=["ACKERT U412", "images/t4/U412.jpg"];
theimage[3]=["DEVIN U413", "images/t4/U413.jpg"];
theimage[4]=["FERRELL U414", "images/t4/U414.jpg"];
theimage[5]=["GOLINSKI U415", "images/t4/U415.jpg"];
theimage[6]=["HALES U416", "images/t4/U416.jpg"];
theimage[7]=["PEARSTON U417", "images/t4/U417.jpg"];
theimage[8]=["QUEENE U418", "images/t4/U418.jpg"];
theimage[9]=["RABERT U419", "images/t4/U419.jpg"];
theimage[10]=["SCISSON U420", "images/t4/U420.jpg"];
theimage[11]=["TEATE U421", "images/t4/U421.jpg"];
theimage[12]=["URWIN U422", "images/t4/U422.jpg"];
theimage[13]=["VEITH U423", "images/t4/U423.jpg"];
theimage[14]=["BASTIEN U424", "images/t4/U424.jpg"];
theimage[15]=["FLOYD U425", "images/t4/U425.jpg"];
theimage[16]=["NEE U426", "images/t4/U426.jpg"];
theimage[17]=["KNOX U427", "images/t4/U427.jpg"];
theimage[18]=["SIMEK U428", "images/t4/U428.jpg"];
theimage[19]=["YESENIA U429", "images/t4/U429.jpg"];
theimage[20]=["BONE U430", "images/t4/U430.jpg"];
theimage[21]=["VASQUEZ U431", "images/t4/U431.jpg"];
theimage[22]=["AMENT U432", "images/t4/U432.jpg"];
theimage[23]=["KEETER U433", "images/t4/U433.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;}
