$(document).ready(function(){

  $('#slideshow img:first-child').fadeIn(5000, function() {
    $('#slideshow').cycle({
      timeout: 10000,
      speed: 5000
    });
  });
  
  $('#scrollbar1').tinyscrollbar();  // added for new news
});


