{
     // Declare temp str var to hold building string
     var tempstr = "";
     
     // build the string up one slide at a time
     tempstr += "0pics/final/home3/left1.jpg;";        
     tempstr += "0pics/final/home3/left2.jpg;";        
     tempstr += "0pics/final/home3/left3.jpg;";        
     tempstr += "0pics/final/home3/left4.jpg;";      
     tempstr += "0pics/final/home3/left5.jpg;";       
     tempstr += "0pics/final/home3/left6.jpg;";       
     tempstr += "0pics/final/home3/left7.jpg;";        
     tempstr += "0pics/final/home3/left8.jpg";        
     
     // Call function to play the slide show
     RunSlideShow("slideshow","slideshowbkgd",tempstr,7);
     
          
}
