// JavaScript Document
$(document).ready(function() {
    $('#slideshow').cycle({
		fx: 'fade',
		speed: 	1200,
		timeout: 6000
	});
});