$(document).ready(function(){			
$('h1, h2').flash({ 
			src: 'http://www.hoteljan.pl/design/swf/font_dv.swf', 
			wmode: 'transparent', 
			flashvars: { 
				css: [
					'* { color: #E50018; text-align: center; width: 30px; }',
					'a { color: #E50018; text-decoration: underline; }',
					'a:hover { text-decoration: underline; }'
				].join(' ')
			}
		},
		{ version: 7 },
		function(htmlOptions) {
			htmlOptions.flashvars.txt = this.innerHTML;
			this.innerHTML = '<div>'+this.innerHTML+'</div>';
			var $alt = $(this.firstChild);
			htmlOptions.height = $alt.height();
			htmlOptions.width = $alt.width();
			$alt.addClass('alt');
			$(this)
				.addClass('flash-replaced')
				.prepend($.fn.flash.transform(htmlOptions));						
		}
	);
});
