SLIDES = new slideshow("SLIDES");
SLIDES.timeout = 7000;
SLIDES.prefetch = -1;
SLIDES.repeat = true;


s= new slide();
s.src='/apps/images/news/default.gif';
s.text="<p class=highlight3><a href='news-detail.asp?ID=94'>Restorative Yoga with Gretchen</a></p>";
s.link='news-detail.asp?ID=94';
s.filter ="";
SLIDES.add_slide(s);
s= new slide();
s.src='/apps/images/news/Gretchen.png';
s.text="<p class=highlight3><a href='news-detail.asp?ID=93'>Restorative Yoga with Gretchen</a></p>";
s.link='news-detail.asp?ID=93';
s.filter ="";
SLIDES.add_slide(s);
s= new slide();
s.src='/apps/images/news/national inclusion.jpg';
s.text="<p class=highlight3><a href='news-detail.asp?ID=92'>Super Summer Day Camp Inclusion Project</a></p>";
s.link='news-detail.asp?ID=92';
s.filter ="";
SLIDES.add_slide(s);



