// HEADING

var sifrtext = { src: 'sifr.swf' };
	
	sIFR.activate(sifrtext);
	
	sIFR.replace(sifrtext, {
		selector: '.title',
		wmode: 'transparent',
		css: [ '.sIFR-root { text-align: left; font-weight: normal; color:#333333; }'  ]
});
	
	sIFR.replace(sifrtext, {
		selector: '.title2',
		wmode: 'transparent',
		css: [ '.sIFR-root { text-align: left; font-weight: normal; color:#333333; }'  ]
});
	
