var LucidaSans = {
	src: '/wp-content/themes/chimpv2/swf/LucidaSans.swf',
	ratios: [7, 1.32, 8, 1.31, 12, 1.27, 16, 1.22, 22, 1.2, 28, 1.19, 30, 1.17, 31, 1.18, 33, 1.17, 38, 1.16, 39, 1.17, 54, 1.16, 60, 1.15, 61, 1.16, 93, 1.15, 94, 1.14, 95, 1.15, 98, 1.14, 100, 1.15, 101, 1.14, 102, 1.15, 105, 1.14, 106, 1.15, 1.14]
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.repaintOnResize  = false;
sIFR.fitExactly = true;
sIFR.activate(LucidaSans);

// sIFR.debug.ratios
sIFR.replace(LucidaSans, {
	selector: 'h2',
	//wmode: 'transparent',
	css: ['.sIFR-root { font-weight: bold; }', 'a { text-decoration: none; }', 'a:link { color: #d97e04; }', 'a:hover { color: #d97e04; text-decoration: underline; }', 'a:active { color: #aa0000; }']
});

/*sIFR.replace(LucidaSans, {
	selector: 'div#welcome h3',
	wmode: 'transparent',
	css: ['.sIFR-root { font-weight: bold; color: #434343; }']
});

sIFR.replace(LucidaSans, {
	selector: 'div#posts h3',
	css: ['.sIFR-root { font-weight: bold; color: #784c29; }']
});

sIFR.replace(LucidaSans, {
	selector: 'div.box h3',
	wmode: 'transparent',
	css: ['.sIFR-root { font-weight: bold; color: #ffffff; }']
});*/