$(document).ready(function(){
	$("#simu-tweets").cycle(
	{
		timeout: 10000,
    	speed: 1000
	}
	);
});