$(document).ready(function() {	// Slideshow implementation	$('.home_slideshow')			.cycle({			fx:		'fade',            timeout: '5000'					});	});
