$(document).ready(function() {
    $('.header_slideshow').cycle({
		fx: 'fade',
		timeout: 15000,
		speed: 1000,
		random: 1
	});
});
