var jaggyfries = {
	src: '/theme/flash/jaggyfries.swf'
};

sIFR.prefetch(jaggyfries);
sIFR.activate(jaggyfries);

sIFR.replace(jaggyfries, {
	selector: 'h1.sifr'
	,css: '.sIFR-root { text-align: left; color: #e95526;}'
	,wmode: 'transparent' 
});

sIFR.replace(jaggyfries, {
	selector: 'h3.sifr'
	,css: '.sIFR-root { text-align: right; color: #008fe9;}'
	,wmode: 'transparent' 
});

sIFR.replace(jaggyfries, {
	selector: 'h3.sifr1'
	,css: '.sIFR-root { text-align: right; color: #008fe9;}'
	,wmode: 'transparent' 
});

sIFR.replace(jaggyfries, {
	selector: 'h3.sifr2'
	,css: '.sIFR-root { text-align: right; color: #a5cd2d;}'
	,wmode: 'transparent' 
});

sIFR.replace(jaggyfries, {
	selector: 'h3.sifr3'
	,css: '.sIFR-root { text-align: right; color: #cf5175;}'
	,wmode: 'transparent' 
});

sIFR.replace(jaggyfries, {
	selector: 'h3.sifr4'
	,css: '.sIFR-root { text-align: right; color: #c27a25;}'
	,wmode: 'transparent' 
});

sIFR.replace(jaggyfries, {
	selector: 'h3.sifr5'
	,css: '.sIFR-root { text-align: right; color: #477b7d;}'
	,wmode: 'transparent' 
});