// JavaScript Document
theimage = new Array();

theimage[0]=["DUKES MB20", "images/markers/MB20.jpg"];
theimage[1]=["McGRAW MC10", "images/markers/MC10.jpg"];
theimage[2]=["BRIGGS MC11", "images/markers/MC11.jpg"];
theimage[3]=["YODER MC12", "images/markers/MC12.jpg"];
theimage[4]=["ROSENBURG MC13", "images/markers/MC13.jpg"];
theimage[5]=["TONEY MC14", "images/markers/MC14.jpg"];
theimage[6]=["CORDOVA MC15", "images/markers/MC15.jpg"];
theimage[7]=["MAGEE MC16", "images/markers/MC16.jpg"];
theimage[8]=["ODOM MC17", "images/markers/MC17.jpg"];
theimage[9]=["SIMON MC18", "images/markers/MC18.jpg"];
theimage[10]=["OWINGS MC19", "images/markers/MC19.jpg"];
theimage[11]=["BAIMONTE MF01", "images/markers/MF01.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;}
