//	You can use this file to set the options for the homepage slideshow. Instructions are below.
//	Options:

var transitionType = 'fade';	// Transition type. "fade" is the smoothest and is recommended for the Holy Cross COES home page.
var slideshowSpeed = 2000; 		// Speed of the transition animation in milliseconds. (2000 = 2 seconds)
var slideshowTimeout = 4000;	// Amount of time each slide is visible, also in milliseconds.

//	------------------------------------------------------------------------
//	Transition options:
//	fade			shuffle
//	fadeZoom		slideX
//	scrollUp		slideY
//	scrollDown		turnUp
//	scrollLeft		turnDown
//	scrollRight		turnLeft
//	scrollHorz		turnRight
//	scrollVert		zoom
//
//	This file was broken away from the core javascript library to make
//	it easier to edit. It can be added to the library.js file if needed.
//	------------------------------------------------------------------------
// Don't touch anything below this line!
//	------------------------------------------------------------------------




























$(document).ready(function(){$('#message').cycle({fx:transitionType,speed:slideshowSpeed,timeout:slideshowTimeout,pause:1})});