	window.addEvent('domready', function() {
		var pgaBanner = new noobSlide({
			box: $('laatste_preken'),
			items: $$('div.banner_preek', 'laatste_preken'),
			interval: 6000,
			size: 460,
			autoPlay: true,
			handles: $$('#laatste_preken_buttons li'),
			onWalk: function(currentItem,currentHandle) {
				this.handles.removeClass('active');
				currentHandle.addClass('active');
			}
		});
	});
