$(document).ready(function()
            {
               $('#slideshow').heroShotSlideshow(
               {
                   interval : 6000
               });
            });
