// JavaScript Document
theimage = new Array();

theimage[0]=["HAMBLY UW10", "images/wing/UW10.jpg"];
theimage[1]=["ELIOT UW12", "images/wing/UW12.jpg"];
theimage[2]=["FYANES UW13", "images/wing/UW13.jpg"];
theimage[3]=["GENUA UW14", "images/wing/UW14.jpg"];
theimage[4]=["JANSEN UW15", "images/wing/UW15.jpg"];
theimage[5]=["RIPLEY UW16", "images/wing/UW16.jpg"];
theimage[6]=["WALNE UW17", "images/wing/UW17.jpg"];
theimage[7]=["ZANE UW18", "images/wing/UW18.jpg"];
theimage[8]=["HONRADO UW19", "images/wing/UW19.jpg"];
theimage[9]=["HALSTEAD UW20", "images/wing/UW20.jpg"];
theimage[10]=["ENCISO UW21", "images/wing/UW21.jpg"];
theimage[11]=["TUCKER UW22", "images/wing/UW22.jpg"];
theimage[12]=["LEWIS UW23", "images/wing/UW23.jpg"];
theimage[13]=["KEMP UW24", "images/wing/UW24.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;}