$(document).ready(function(){
	$('#sponsor-rotator').cycle({						// Then start 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: 0,
		pauseOnPagerHover: 0
	});
});
