$(document).ready(function(){
    $('#title').cycle({
        speed:4000,
	timeout:2500
    });
});

