$(document).ready(function() {
	
	$("#LogoCycler").cycle({
		fx : 'fade',
		timeout : '4000',
		pause: 1
	});


});
