// var rndNum = Math.floor(Math.random() * $sibs.length );
var $next = $active.next().length ? $active.next()
// use this to pull the divs in the order they appear in the markup
if ( $active.length == 0 ) $active = $j('#slideshow2 DIV:last');
// var rndNum = Math.floor(Math.random() * $sibs.length );
var $next = $active.next().length ? $active.next()
// use this to pull the divs in the order they appear in the markup
if ( $active.length == 0 ) $active = $j('#slideshow DIV:last');
Комментариев нет:
Отправить комментарий