function startSlideshow() {
var slideshow = new timedSlideShow($('slideshow'), mySlideData);
}
addLoadEvent(startSlideshow);
