// JavaScript Document
theimage = new Array();

theimage[0]=["HUGHSON U510", "images/t5/U510.jpg"];
theimage[1]=["EDRICH U511", "images/t5/U511.jpg"];
theimage[2]=["SVANE U512", "images/t5/U512.jpg"];
theimage[3]=["WARDLE U513", "images/t5/U513.jpg"];
theimage[4]=["DENBOW U514", "images/t5/U514.jpg"];
theimage[5]=["CONLEY U515", "images/t5/U515.jpg"];
theimage[6]=["DEAVER U516", "images/t5/U516.jpg"];
theimage[7]=["TEGART U517", "images/t5/U517.jpg"];
theimage[8]=["NASH U518", "images/t5/U518.jpg"];
theimage[9]=["STARK U519", "images/t5/U519.jpg"];
theimage[10]=["LEAKE U520", "images/t5/U520.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;}