$(document).ready(function() {
			if ($('#flv_container').length == 0) { // This stops slideshow from cycling for flash video pages, otherwise playback might stutter during cycling.
				$('#header_slideshow').cycle({
					fx: 'fade', 
					speed: 1500,
					random: true,
					timeout: 8000
				});
			};

			$('#home_slideshow').cycle({ 
				fx: 'fade', 
				speed: 1500, 
				timeout: 8000
			});
		});

