jQuery(document).ready(function() {

    jQuery('#slideshow').cycle({
		fx: 'fade',
		speed: 1000,
		timeout: 5000
	});
	
/*	jQuery('#centerpiece').flash({
		swf: 'video/VideoPlayer.swf',
		height: 260,
		width: 690,
		allowFullScreen: true,
		wmode: 'transparent',
		allowScriptAccess: 'always'
		});*/



});
