$(document).ready(function() {

  $("#sticker1 img").hover(function () { this.src = this.src.replace("_off","_on"); },
                           function () { this.src = this.src.replace("_on","_off"); });
  $("#sticker2 img").hover(function () { this.src = this.src.replace("_off","_on"); },
                           function () { this.src = this.src.replace("_on","_off"); });
  $("#sticker3 img").hover(function () { this.src = this.src.replace("_off","_on"); },
                           function () { this.src = this.src.replace("_on","_off"); });
  $("#sticker4 img").hover(function () { this.src = this.src.replace("_off","_on"); },
                           function () { this.src = this.src.replace("_on","_off"); });
  $("#sticker5 img").hover(function () { this.src = this.src.replace("_off","_on"); },
                           function () { this.src = this.src.replace("_on","_off"); });


  $("#prod1 img").hover(function () { this.src = this.src.replace("_off","_on"); },
                           function () { this.src = this.src.replace("_on","_off"); });
  $("#prod2 img").hover(function () { this.src = this.src.replace("_off","_on"); },
                           function () { this.src = this.src.replace("_on","_off"); });
  $("#prod3 img").hover(function () { this.src = this.src.replace("_off","_on"); },
                           function () { this.src = this.src.replace("_on","_off"); });
  $("#prod4 img").hover(function () { this.src = this.src.replace("_off","_on"); },
                           function () { this.src = this.src.replace("_on","_off"); });
  $("#prod5 img").hover(function () { this.src = this.src.replace("_off","_on"); },
                           function () { this.src = this.src.replace("_on","_off"); });
  $("#prod6 img").hover(function () { this.src = this.src.replace("_off","_on"); },
                           function () { this.src = this.src.replace("_on","_off"); });
  $("#prod7 img").hover(function () { this.src = this.src.replace("_off","_on"); },
                           function () { this.src = this.src.replace("_on","_off"); });
  $("#prod8 img").hover(function () { this.src = this.src.replace("_off","_on"); },
                           function () { this.src = this.src.replace("_on","_off"); });
  $("#prod9 img").hover(function () { this.src = this.src.replace("_off","_on"); },
                           function () { this.src = this.src.replace("_on","_off"); });


  $("#kur1 img").hover(function () { this.src = this.src.replace("_off","_on"); },
                           function () { this.src = this.src.replace("_on","_off"); });
  $("#kur2 img").hover(function () { this.src = this.src.replace("_off","_on"); },
                           function () { this.src = this.src.replace("_on","_off"); });
  $("#kur3 img").hover(function () { this.src = this.src.replace("_off","_on"); },
                           function () { this.src = this.src.replace("_on","_off"); });

});

$('#sticky').cluetip({sticky: true, closePosition: 'title', arrows: true});

$('a').urlfavicon();


