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