// INDEX PAGE FUNCTIONS

$(document).ready(function() {

	// Insert the navigation div and run the jquery cycle script
	$('#splashImage .gallery').after('<div id="imageNav"></div>').cycle({
		fx: 'fade',
		timeout: 6000,
		pager: '#imageNav'
	});

});
