//<[CDATA[

sIFR.fromLocal = true;
sIFR.delayCss = true;
sIFR.fitExactly = true;
sIFR.activate(impact_v3);

// trigger the sifr title replacement whenever AJAX is used
function activateSIFR() {

    //alert("Titles are being replaced");

    //sIFR.debug.ratios({src:'flash/avenir.swf', selector:'h2'});
    sIFR.replace(impact_v3, {
        selector: 'h4',
        ratios: [10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 47, 1.19, 48, 1.2, 62, 1.19, 66, 1.18, 67, 1.19, 119, 1.18, 120, 1.17, 1.18],
        css: [
				'.sIFR-root {color:#FFFFFF; font-size:20px; text-align:center; } strong {color:#E31937; font-weight:bold;}',
				'a {color:#000000; text-decoration:none;}',
				'a:link {color:#FFFFFF; text-decoration:none;}',
				'a:hover {color:#FFFFFF; text-decoration:underline;}'
			],
        wmode: 'transparent',
        filters: {
            DropShadow: {
                distance: 2,
                color: '#000000',
                strength: .3,
                blurX: 5,
                blurY: 5,
                angle: 90
            }
        }
    });

}

// trigger the sifr title replacement
activateSIFR();

//]]>
