// JavaScript Document
<!--
SLIDES = new slideshow("SLIDES");


s = new slide();
s.src = "slides/upcoming.gif";
s.timeout=3000;
SLIDES.add_slide(s);
s.link="calendar.html";




//-->
