Team:Vilnius-Lithuania/Vilnius15 Script

function myWikiReady() {

                   $('#box1').hover(function(){
                       var smallTop = "82px";
                       $(".cover", this).stop().animate({top:smallTop},{queue:false,duration:160});
                   }, function() {
                       $(".cover", this).stop().animate({top:'160px'},{queue:false,duration:160});
                   });
                   $('#box2').hover(function(){
                       var smallTop = "82px";
                       $(".cover", this).stop().animate({top:smallTop},{queue:false,duration:160});
                   }, function() {
                       $(".cover", this).stop().animate({top:'260px'},{queue:false,duration:160});
                   });
                   $('#box3').hover(function(){
                       var smallTop = "82px";
                       $(".cover", this).stop().animate({top:smallTop},{queue:false,duration:160});
                   }, function() {
                       $(".cover", this).stop().animate({top:'160px'},{queue:false,duration:160});
                   });
                   $('#box4').hover(function(){
                       var smallTop = "82px";
                       $(".cover", this).stop().animate({top:smallTop},{queue:false,duration:160});
                   }, function() {
                       $(".cover", this).stop().animate({top:'160px'},{queue:false,duration:160});
                   });

// put the footer in the right place

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

function gotop(e){

 if ($(window).scrollTop() != 0) {
   $("a#gotop").fadeIn(400);
 } else {
   $("a#gotop").fadeOut(400);
 }

}


$(window).load(function () {

   $('head').append('<link rel="icon" type="image/png" href="http://www.example.com/image.png">');
 });

$(window).load(function () {

   $('head').append('<link rel="shortcut icon" href="http://s6.postimg.org/5e5zj2w31/favicon.png" />');
 });

$("a#gotop").hide(0); gotop();

$(window).scroll(gotop); $("a#gotop").click(function(e){

 e.preventDefault();
 $(window).off('scroll', gotop);
 $('html, body').animate({scrollTop : 0},500,'swing',function(){$(window).scroll(gotop);$("a#gotop").fadeOut(400);});

});



// Slideshows

   $('.bxslider').bxSlider({
       responsive: false,
       auto: true,
       autoHover: true,
       captions: true
   });

$("div.thumbinner > a img").slimbox({}, function(el) { url = el.src; if (url.indexOf('thumb') != -1) { url = url.substring(0, url.lastIndexOf('/')); url = url.replace('/thumb/', '/'); } description = $(el).parents("div.thumbinner").children("div.thumbcaption").text(); return [url, description]; }, function(el) { return (this == el); });

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


}

$(document).ready(myWikiReady);