$(document).ready(function(){
	$('#home-rotator').cycle({
		slideExpr: 'li',										// target only DL elements as slides (to avoid the H3)
		timeout: 6000,											// More options can be found here: http://malsup.com/jquery/cycle/options.html
		pause: 1
	});
});


