		/* SIFR start */
	    $j('h1').flash(
	        {
	            src: 'bewegte-werbung/flash/jfr-font.swf',
	            wmode: 'transparent',
	            flashvars: {
	                css: [
	                    '* { color: #868686; line-height:120%; }',
	                    'a { color: #0099CC; text-decoration: none; }',
	                    'a:hover { text-decoration: underline; }'
	                ].join(' ')
	            }
	        },
	        { version: 7 },
	        function(htmlOptions) {
	            htmlOptions.flashvars.txt = this.innerHTML;
	            this.innerHTML = '<div>'+this.innerHTML+'</div>';
	            var $alt = $j(this.firstChild);
	            htmlOptions.height = $alt.height();
	            htmlOptions.width = $alt.width();
	            $alt.addClass('alt');
	            $j(this)
	                .addClass('flash-replaced')
	                .prepend($j.fn.flash.transform(htmlOptions));
	        }
	    );
		/* SIFR end */




