var helvNeuBldCond = {
src: 'scripts/helveticaNeueBoldCond.swf'
}
var helvNeuCond = {
	src: 'scripts/helveticaNeueCond.swf'
}
    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(helvNeuBldCond, helvNeuCond);

    sIFR.replace(helvNeuBldCond, {
		selector: 'h1',
		css: [
      	'.sIFR-root { color:#97bf0c; }'
      	],
		wmode: 'transparent'
    });

	sIFR.replace(helvNeuBldCond, {
		selector: '#subscribeTextCont',
		css: [
      	'.sIFR-root { color:#fb8126; margin-left: 22px;}',
		'a { color:#fb8126; text-decoration: none;}',
		'a:hover { color:#fb8126; text-decoration: underline;}'
      	],
		wmode: 'transparent'
    });

	sIFR.replace(helvNeuCond, {
		selector: 'label',
		css: [
      	'.sIFR-root { color:#717171; text-align: right;}'
      	],
		wmode: 'transparent'

    });

	sIFR.replace(helvNeuBldCond, {
		selector: 'p#viewRadar',
		css: [
      	'.sIFR-root { color:#97bf0c; }',
		'a { color:#97bf0c; text-decoration: none; }',
		'a:hover { color:#97bf0c; text-decoration: underline; }'
      	],
		wmode: 'transparent'
    });

	sIFR.replace(helvNeuBldCond, {
		selector: 'h2',
		css: [
      	'.sIFR-root { color:#cb990d; }'
      	],
		wmode: 'transparent'
    });




