var heading = { src: '/images/bell.swf'};
var first = { src: '/images/edwardian.swf'};

sIFR.activate(heading);
sIFR.activate(first);

sIFR.replace(heading, {
	selector: '.heading .rest'
	,css: {
		'.sIFR-root': { 'color': '#374622', 'letter-spacing': -1 }
	}
	,wmode: 'transparent'
});

sIFR.replace(first, {
	selector: '.heading .first'
	,css: {
		'.sIFR-root': { 'color': '#374622' }
	}
	,wmode: 'transparent'
	,offsetLeft: -3
});
