$(function() {
  $('.activityPNL, .newsPNL').cycle({
    pause: '1',
    fx: 'scrollDown',
    slideExpr: 'a',
    cleartype: '1',
    easing: 'easeOutBounce',
    cleartypeNoBg: 'false',
    timeout: '10000',
    speed: '2000'
  });
});