$(function(){
 $("object").wrap('<div class="transblock"></div>');
 $(".player img").click(function(){
  $(".player embed").remove();
  $(".player img").show();
  $(this).flash(
  {src: 'http://ailoveyou.ru/uppod.swf', height: 23, width: 300},
  {version: 7},
  function(htmlOptions)
  {
   $this=$(this);
   htmlOptions.flashvars.file=$(this).attr('alt');
   htmlOptions.flashvars.st='http://ailoveyou.ru/audio17-496.txt';
   $this.after($.fn.flash.transform(htmlOptions));
  }
  );
  $(this).hide();
 });
});