// h3.fla - naglowek.swf
$(document).ready(function() {
  $(".fla").each(function (i) {
     $(this).attr("id", "h3FLA" + i);
     var txt = $.trim($(this).text());
     var width = $(this).width();
     var height = $(this).height();
     swfobject.embedSWF("http://www.pozegnanie.com/pub/_fla/naglowek.swf?r="+ new Date().getTime(), "h3FLA" + i, width, 1.4*height, "8.0.0", "", {tresc: txt}, {wmode: "transparent", allowScriptAccess: "sameDomain"}, {});
     //alert("h3FLA" + i + "   " + width + "   " + 1.4*height + "   \n" +  txt)
  });

// h3.flaW - naglowek.swf
  $(".flaW").each(function (i) {
     $(this).attr("id", "h3FLAw" + i);
     var txt = $.trim($(this).text());
     var width = $(this).width();
     var height = $(this).height();
     swfobject.embedSWF("http://www.pozegnanie.com/pub/_fla/naglowek2.swf?r="+ new Date().getTime(), "h3FLAw" + i, width, 1.4*height, "8.0.0", "", {tresc: txt}, {wmode: "transparent"}, {});
  });

// div.p-fla - akapit.swf
  $(".p-fla").each(function (i) {
     $(this).attr("id", "pFLA" + i);
     var txt = $.trim($(this).text()).replace(/[\t\r]+/g," ").replace(/\n\s/g,'\n\n');
     //var txt = $.trim($(this).text()).replace(/\s+/g," ").replace(/^\s*([\s\S]*\S+)\s*$|^\s*$/,"$1");
     //alert(txt);
     var height = $(this).height();
     var width = $(this).width();
     swfobject.embedSWF("http://www.pozegnanie.com/pub/_fla/akapit.swf?r="+ new Date().getTime(), "pFLA" + i, width, 2*height, "8.0.0", "", {tresc: txt}, {wmode: "transparent"}, {});
  });
});
