$(document).ready(function(){

	//Standard Slideshow
	$('.slideshow').cycle({
		speed:1200,
		timeout:0
	});


	$('#headingcontainer h1').cycle({
		speed:1200,
		timeout:2600,
		autostop: 1
	});

	/*Slideshow with Navigation, delete if not applicable
	$('.slideshow')
	.after('<div id="cyclenav"><span class="label">Additional Images:</span></div>')
	.cycle({
		speed:   600,
		timeout: 0,
		pager: '#cyclenav'
	});
	*/
});

