			$(document).ready(function(){
				$('h1').flash(
					{ 
						src: 'graphics/font.swf', 
						wmode: 'transparent', 
						flashvars: { 
							css: [
								'* { color: #888888; }',
							].join(' ')
						}
					},
					{ version: 7 },
					function(htmlOptions) {
						htmlOptions.flashvars.txt = this.innerHTML;
						this.innerHTML = '<span>'+this.innerHTML+'</span>';
						var $alt = $(this.firstChild);
						htmlOptions.height = $alt.height();
						htmlOptions.width = $alt.width();
						$alt.addClass('alt');
						$(this)
							.addClass('flash-replaced')
							.prepend($.fn.flash.transform(htmlOptions));						
					}
				);
			});

			$(document).ready(function(){
				$('.module h2').flash(
					{ 
						src: 'graphics/font.swf', 
						wmode: 'transparent', 
						flashvars: { 
							css: [
								'* { color: #696050; }',
							].join(' ')
						}
					},
					{ version: 7 },
					function(htmlOptions) {
						htmlOptions.flashvars.txt = this.innerHTML;
						this.innerHTML = '<span>'+this.innerHTML+'</span>';
						var $alt = $(this.firstChild);
						htmlOptions.height = $alt.height();
						htmlOptions.width = $alt.width();
						$alt.addClass('alt');
						$(this)
							.addClass('flash-replaced')
							.prepend($.fn.flash.transform(htmlOptions));						
					}
				);
			});



			$(document).ready(function(){
				$('#header .tagline').flash(
					{ 
						src: 'graphics/font.swf', 
						wmode: 'transparent', 
						flashvars: { 
							css: [
								'* { color: #e6d9ab; text-align: right; }',
							].join(' ')
						}
					},
					{ version: 7 },
					function(htmlOptions) {
						htmlOptions.flashvars.txt = this.innerHTML;
						this.innerHTML = '<span>'+this.innerHTML+'</span>';
						var $alt = $(this.firstChild);
						htmlOptions.height = $alt.height();
						htmlOptions.width = $alt.width();
						$alt.addClass('alt');
						$(this)
							.addClass('flash-replaced')
							.prepend($.fn.flash.transform(htmlOptions));						
					}
				);
			});





			$(document).ready(function(){
				$('#header .contact').flash(
					{ 
						src: 'graphics/font.swf', 
						wmode: 'transparent', 
						flashvars: { 
							css: [
								'* { color: #ffffff; text-align: right; }',
							].join(' ')
						}
					},
					{ version: 7 },
					function(htmlOptions) {
						htmlOptions.flashvars.txt = this.innerHTML;
						this.innerHTML = '<span>'+this.innerHTML+'</span>';
						var $alt = $(this.firstChild);
						htmlOptions.height = $alt.height();
						htmlOptions.width = $alt.width();
						$alt.addClass('alt');
						$(this)
							.addClass('flash-replaced')
							.prepend($.fn.flash.transform(htmlOptions));						
					}
				);
			});