>      function startSlideShow(data)
>      {
>          var html = '';
>          var $slideshow2 = $('#slideshow2').cycle('stop').empty();
>          mailPieceGroups = eval('(' + data + ')');
>          length = mailPieceGroups.length;
>
>         $('#nav2').show();
>
>         $('#slideshow2').cycle({
>         fx:     'fade',
>         speed:  'fast',
>         timeout: 0,
>         next:   '#next2',
>         prev:   '#prev2' ,
>         before: onBefore
>         });


Looks to me like '#slideshow' is empty when you call cycle.  That is
not allowed.

Reply via email to