 SLIDES = new slideshow("SLIDES");
 SLIDES.timeout = 3000;


s = new slide();
s.src =  "./slideshow/auction09/k1.jpg";
s.text = "<strong>Animals - by Room K1 (Kinder)</strong>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "./slideshow/auction09/k2.jpg";
s.text = "<strong>Painted Box - by Room K2 (Kinder)</strong>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "./slideshow/auction09/swimmy.jpg";
s.text = "<strong>Swimmy - by KL (Kinder)</strong>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "./slideshow/auction09/kr.jpg";
s.text = "<strong>Plates - by KR (Kinder)</strong>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "./slideshow/auction09/rm5.jpg";
s.text = "<strong>Zen Wonder - by Room 5 (1st grade)</strong>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "./slideshow/auction09/rm6.jpg";
s.text = "<strong>Tree - by Room 6 (1st grade)</strong>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "./slideshow/auction09/rm7.jpg";
s.text = "<strong>Clay Birds - by Room 7 (1st grade)</strong>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "./slideshow/auction09/rm8.jpg";
s.text = "<strong>Mosaic - by Room 8 (K/1/2 Special)</strong>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "./slideshow/auction09/alphabet.jpg";
s.text = "<strong>Alphabet - by Room 9 (1st grade)</strong>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "./slideshow/auction09/rm1.jpg";
s.text = "<strong>Mobile - by Room 1 (2nd grade)</strong>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "./slideshow/auction09/rm3.jpg";
s.text = "<strong>Untitled - by Room 3 (2nd grade)</strong>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "./slideshow/auction09/rm12.jpg";
s.text = "<strong>Starburst - by Room 12 (3rd grade)</strong>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "./slideshow/auction09/rm17.jpg";
s.text = "<strong>Basket - by Room 17 (3rd grade)</strong>";
SLIDES.add_slide(s);


s = new slide();
s.src =  "./slideshow/auction09/rm18.jpg";
s.text = "<strong>Tray #1 - by Room 18 (3rd grade)</strong>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "./slideshow/auction09/rm19.jpg";
s.text = "<strong>Tray #2 - by Room 19 (3rd grade)</strong>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "./slideshow/auction09/rm13.jpg";
s.text = "<strong>Life is.. - by Room 13 (4th grade)</strong>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "./slideshow/auction09/rm14.jpg";
s.text = "<strong>Obama - by Room 14 (4th grade)</strong>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "./slideshow/auction09/rm10.jpg";
s.text = "<strong>Pillow - by Room 10 (4th/5th)</strong>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "./slideshow/auction09/rm15.jpg";
s.text = "<strong>Wildflowers - by Room 15 (4th/5th)</strong>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "./slideshow/auction09/rm22.jpg";
s.text = "<strong>Alvarado - by Room 22 (5th grade)</strong>";
SLIDES.add_slide(s);

s = new slide();
s.src =  "./slideshow/auction09/nolen.jpg";
s.text = "<strong>Tray #3 - by Room 24 (3/4/5 special)</strong>";
SLIDES.add_slide(s);


 

