var swenson = {
	src: 'lib/fonts/swenson.swf'	
}

sIFR.vmode='transparent';

sIFR.activate(swenson);

sIFR.replace(swenson, {
			 	selector:'h1'
			 	,css: {
					'.sIFR-root':{ 'color': '#e2c175','background-color':'#5f0008','text-indent':'3'}
			 	}
				,wmode:'transparent'
			 });

sIFR.replace(swenson, {
			 	selector:'h3'
			 	,css: {
					'.sIFR-root':{ 'color': '#e2c175','background-color':'#8c2f27','text-indent':'3'}
			 	}
				,wmode:'transparent'
			 });