$(document).ready(function() {
   $('#newsItem span').fadeIn(1500);
    $('#s3slider').s3Slider({
      timeOut: 4000
   });
}); 