// Initialise the header slideshow
 
$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade',
		timeout:  8000, 
		speed:  2000
	});
});


