jQuery(document).ready(function($) {


  $('#plekslink img').mouseover(function(){
            $.fn.soundPlay({command: 'stop'});
      $.fn.soundPlay({url: 'http://www.pleks.dk/soundtest/music/Pleks.mp3'}); // Play a sound on mouse over
  });



//$("#plekslink img").hover(
 //function()
 //{
  //this.src = this.src.replace("_off","_on");
 //},
 //function()
// {
//  this.src = this.src.replace("_on","_off");
// }
//);




//$("#typoaboutlink img").hover(
// function()
 //{
 // this.src = this.src.replace("_off","_on");
// },
// function()
// {
//  this.src = this.src.replace("_on","_off");
// }
//);




  });
