document.observe ('dom:loaded', function(){
	if ($('Banner'))
	{
		slideshow = new SlideShow($('Banner'), {
			height: '231px', 
			width: '641px', 
			startTime: 3, 
			showTime: 5,
			fadeTime: 2
		});
	}
});