Team:Vilnius-Lithuania/Vilnius15 Script

function myWikiReady() {

// put the footer in the right place

   $("#footer-box").prepend($("#social-footer"));


// Slideshows

   $('.bxslider').bxSlider({
       responsive: false,
       auto: true,
       autoHover: true,
       captions: true
   });
   $('.bxgallery').bxSlider({
       captions: true,
       slideMargin: 10,
       minSlides: 3,
       maxSlides: 3,
       moveSlides: 1,
       slideWidth: 5000
   });

}

$(document).ready(myWikiReady);