$(document).ready(function(){

  $("a.flowplayer").each(function(){
    $(this).text('');
    flowplayer(this.id, "/flowplayer-3.0.7.swf");
  });

});
