jQuery(document).ready(function() {
	// add a class to the last sidebar and summary element(s)
	jQuery("#sidebar .block:last-child").addClass("last");
	jQuery("#main .summary:last-child").addClass("last");
	
	// Slideshow
	jQuery('#ss').cycle({
		fx: 'fade',
		speed: 6000,
		delay: -1000
	});
});
