$(document).ready(function() {
	if($().cycle) {
		if ($('#flv_container').length == 0 && $('#header_slideshow').length != 0) { // This stops slideshow from cycling for flash video pages, otherwise playback might stutter during cycling.
			$('#header_slideshow').cycle({
				fx: 'fade',
				speed: 1000,
				timeout: 5000
			});
		
		/*
		$('#box_slideshow').cycle({
				fx: 'fade',
				speed: 300,
				timeout: 12000,
				pause: true,
				cleartype: true
			});   
		*/
		
		};
	}
});
