Changes

no edit summary
Line 14: Line 14:  
   
 
   
 
$(document).ready(function() {
 
$(document).ready(function() {
     setInterval('AutoScroll("#scrollDiv")',8000);
+
     setInterval('AutoScroll("#scrollDiv")',10000);
 
     //image loading effect
 
     //image loading effect
 
     $('img').on('load', function(e){
 
     $('img').on('load', function(e){