
				$('#content h1').flash(
					{ 
						src: baseUrl+'style/default/swf/base_mono.swf',  
						wmode: 'transparent',
						flashvars: { 
							css: '* { color: #000000;} a { color: #0055CC; text-decoration: none; } a:hover { text-decoration: underline; }'
						}
					},
					{ version: 8 },
					function(htmlOptions) {
						if (this.innerHTML != "") {
							htmlOptions.flashvars.txt = this.innerHTML;
							htmlOptions.flashvars.left = -5;
							htmlOptions.flashvars.top = -6;
							htmlOptions.flashvars.fontsize = $(this).css("font-size");
							this.innerHTML = '<span>' + this.innerHTML + '</span>';
							var $alt = $(this.firstChild);
							htmlOptions.height = $alt.height() + 10;
							htmlOptions.width = $alt.width() + 20;
							$alt.addClass('alt');
							$(this).html($.fn.flash.transform(htmlOptions));
						}				
					}
				);
				
				$('#content h2').flash(
					{ 
						src: baseUrl+'style/default/swf/base_mono.swf',  
						wmode: 'transparent',
						flashvars: { 
							css: '* { color: #000000;} a { color: #0055CC; text-decoration: none; } a:hover { text-decoration: underline; }'
						}
					},
					{ version: 8 },
					function(htmlOptions) {
						if (this.innerHTML != "") {
							htmlOptions.flashvars.txt = this.innerHTML;
							htmlOptions.flashvars.left = -4;
							htmlOptions.flashvars.top = -6;
							htmlOptions.flashvars.fontsize = $(this).css("font-size");
							this.innerHTML = '<span>' + this.innerHTML + '</span>';
							var $alt = $(this.firstChild);
							htmlOptions.height = $alt.height() + 10;
							htmlOptions.width = $alt.width() + 20;
							$alt.addClass('alt');
							$(this).html($.fn.flash.transform(htmlOptions));
						}				
					}
				);
