// JavaScript Document
theimage = new Array();

theimage[0]=["PAIGE U210", "images/t2/U210.jpg"];
theimage[1]=["BOON U211", "images/t2/U211.jpg"];
theimage[2]=["BRIEN U212", "images/t2/U212.jpg"];
theimage[3]=["GENOVICH U213", "images/t2/U213.jpg"];
theimage[4]=["BRITZ U214", "images/t2/U214.jpg"];
theimage[5]=["PAGNALE U215", "images/t2/U215.jpg"];
theimage[6]=["VINCENT U216", "images/t2/U216.jpg"];
theimage[7]=["BRAUN U217", "images/t2/U217.jpg"];
theimage[8]=["LOWELL U218", "images/t2/U218.jpg"];
theimage[9]=["GASKINS U219", "images/t2/U219.jpg"];
theimage[10]=["GUTMAN U220", "images/t2/U220.jpg"];
theimage[11]=["HOLTER U221", "images/t2/U221.jpg"];
theimage[12]=["TOMSON U222", "images/t2/U222.jpg"];
theimage[13]=["JARVIS U224", "images/t2/U224.jpg"];
theimage[14]=["SANTANA U225", "images/t2/U225.jpg"];
theimage[15]=["STOLP U226", "images/t2/U226.jpg"];
theimage[16]=["CALDERON U227", "images/t2/U227.jpg"];
theimage[17]=["STOLTE U228", "images/t2/U228.jpg"];
theimage[18]=["AVITIA U229", "images/t2/U229.jpg"];
theimage[19]=["BRISTOL U230", "images/t2/U230.jpg"];
theimage[20]=["LOH U231", "images/t2/U231.jpg"];
theimage[21]=["WIX U232", "images/t2/U232.jpg"];
theimage[22]=["WIKE U233", "images/t2/U233.jpg"];
theimage[23]=["STANLEY U234", "images/t2/U234.jpg"];
theimage[24]=["GRAVLEY U235", "images/t2/U235.jpg"];
theimage[25]=["HANNAN U236", "images/t2/U236.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;}