  $(document).ready(
    function()
    {
     $('ul#machines').innerfade({
        speed           : 1000,
        timeout         : 3000,
        type            : 'sequence',
        containerheight : '220px'
    });
  });
