// bannerRotate.js

$(document).ready(function() {

	$('#cycle').cycle({ 
		fx: 'fade', 
		speed: 5000,
		timeout: 10000
	});
	
});


