$(document).ready(function()
{
  //Cycle the waterstanden
  $('#waterstanden').cycle({
    fx:       'scrollDown',
    pause:    0.5,
    timeout:  5000,
    speed:    1000
  });
   
});
