
var theSlideshow;
Event.observe(window, 'load', function() 
{
	theSlideshow = new Slideshow({ items: pageImages, delay: 6000 });
});