
$(function() {
  $('.projectlist').cycle({ 
      fx:    'scrollDown', 
      timeout: 8000,
      delay: -10,
      cleartypeNoBg: true
  });
  
  $('.domainking').cycle({ 
      fx:    'scrollDown', 
      timeout: 4500,
      delay: -10
  });
});
