diff -r a5ce7d08e4f8 -r b035e0787bb0 web/archives-iframe.php --- a/web/archives-iframe.php Fri Feb 10 18:28:43 2012 +0100 +++ b/web/archives-iframe.php Mon Feb 13 12:30:54 2012 +0100 @@ -47,7 +47,7 @@ if (_timerJqScroll) { clearInterval(_timerJqScroll); } - _timerJqScroll = setInterval(function() { $(".scrollable").scrollable().next()}, 5000); + _timerJqScroll = setInterval(function() { $(".scrollable").scrollable().next()}, 8000); } $(function() { $(".archivesVideoBox").mouseover(function() { @@ -82,9 +82,10 @@