// JavaScript Document
theimage = new Array();

theimage[0]=["SELLERS UK10", "images/kit/UK10.jpg"];
theimage[1]=["WAIDE UK11", "images/kit/UK11.jpg"];
theimage[2]=["ASHLIN UK12", "images/kit/UK12.jpg"];
theimage[3]=["BINTIN UK13", "images/kit/UK13.jpg"];
theimage[4]=["COPELAND UK14", "images/kit/UK14.jpg"];
theimage[5]=["DELAIRE UK15", "images/kit/UK15.jpg"];
theimage[6]=["GLOVER UK16", "images/kit/UK16.jpg"];
theimage[7]=["POWELL UK17", "images/kit/UK17.jpg"];
theimage[8]=["NELSON UK19", "images/kit/UK19.jpg"];
theimage[9]=["SEIGAL UK20", "images/kit/UK20.jpg"];
theimage[10]=["THORNE UK21", "images/kit/UK21.jpg"];
theimage[11]=["FORTNEY UK22", "images/kit/UK22.jpg"];
theimage[12]=["OLIVAS UK23", "images/kit/UK23.jpg"];
theimage[13]=["CHANDLER UK24", "images/kit/UK24.jpg"];
theimage[14]=["RIVERA UK25", "images/kit/UK25.jpg"];
theimage[15]=["BAIR UK26", "images/kit/UK26.jpg"];
theimage[16]=["WILLHITE UK27", "images/kit/UK27.jpg"];
theimage[17]=["PINTO UK28", "images/kit/UK28.jpg"];
theimage[18]=["ANDERSON UK29", "images/kit/UK29.jpg"];
theimage[19]=["RENO UK30", "images/kit/UK30.jpg"];
theimage[20]=["AGUILER UK31", "images/kit/UK31.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;}