var bold = { src: 'http://www.tootsandthemaytals.com/site/wp-content/themes/Toots/flash/Bold/sifr.swf' };
var heavy = { src: 'http://www.tootsandthemaytals.com/site/wp-content/themes/Toots/flash/Heavy/sifr.swf' };

sIFR.activate(bold);
sIFR.activate(heavy);

sIFR.replace(bold, {
	selector: 'h1, h2, h3, .entry-title'
	,css: [
		'.sIFR-root { text-transform: uppercase; color: #1f8b3d; }'
		,'a { text-decoration: none; color: #1f8b3d; }'
		,'a:link { color: #1f8b3d; }'
		,'a:hover { color: #000000; }'
	]
	,selectable: false
	,wmode: 'transparent'
	,thickness: '0'
	,sharpness: '0'
	,offsetTop: '0'
	,tuneHeight: '-9'
	,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
});

sIFR.replace(heavy, {
	selector: '.entry-date-month, .entry-date-day'
	,css: [
		'.sIFR-root { text-transform: uppercase; color: #000000; text-align:center; }'
		,'a { text-decoration: none; color: #1f8b3d; }'
		,'a:link { color: #1f8b3d; }'
		,'a:hover { color: #000000; }'
	]
	,selectable: false
	,wmode: 'transparent'
	,thickness: '0'
	,sharpness: '0'
	,offsetTop: '0'
	,tuneHeight: '-10'
	,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
});
