// h2.fla - naglowek.swf
$(document).ready(function() {
  $(".fla").each(function (i) {
     $(this).attr("id", "h2FLA" + i);
     var txt = $.trim($(this).text());
     var width = $(this).parent().parent().width();
     var height = $(this).parent().parent().height();
     swfobject.embedSWF("flash/naglowek.swf", "h2FLA" + i, width, height, "8.0.0", "", {tresc: txt}, {wmode: "transparent"}, {});
  });
});
