var MrsEavesRoman = {
	src: '/swf/MrsEavesRoman.swf'
};

sIFR.activate(MrsEavesRoman);

sIFR.replace(MrsEavesRoman, { 
	selector: 'h2.404' , wmode: 'transparent'
	,css:{
		'.sIFR-root': {'color': h2_color, 'line-height':'31px', 'font-size':'26px', 'text-transform':'none'}
	
	}
});

sIFR.replace(MrsEavesRoman, { 
	selector: '.t2 h2' , wmode: 'transparent'
	,css:{
		'.sIFR-root': {'color': h2_color, 'line-height':'31px', 'font-size':'26px', 'text-transform':'lowercase'}
	
	}
});

sIFR.replace(MrsEavesRoman, { 
	selector: '#landingpage h1' , wmode: 'transparent'
	,css:{
		'.sIFR-root': {'color': h2_color, 'line-height':'35px', 'font-size':'35px', 'text-transform':'none'}
	
	}
});
sIFR.replace(MrsEavesRoman, { 
	selector: 'h1' , wmode: 'transparent'
	,css:{
		'.sIFR-root': {'color': h2_color, 'line-height':'31px', 'font-size':'26px', 'text-transform':'lowercase'}
	
	}
});
