$(document).ready(function() {
	$("#img01").cycle({
		timeout: 5000,
		speed: 1000
		});
	$("#img02").cycle({
		timeout: 5000,
		speed: 1000,
		delay: 500
		});
});
