$(document).ready(function() {
    $('#slider').cycle({
		speed: 1000,
		timeout: 5000
	});
});
