$(document).ready(function(){
	// cycle plugin initalization
	// TONS of options and effects at:
	// http://malsup.com/jquery/cycle/
	$('div.slideshow').cycle({ 
		fx:     'fade', 
		speed:   800,
		timeout: 8000
	});
	
});
