var avenirbook = {
      src: 'avenirbook.swf'
      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(avenirbook);
		sIFR.replace(avenirbook, {
	selector: 'h4.flashHeader',
            css: [
            '.sIFR-root { font-size: 15; font-weight: bold; color:#333333; letter-spacing:1.1; text-transform: none}',
            'a { text-decoration: none }',
            'a:link { color: #ff7600 }',
            'a:hover { color: #ff7600 }'
            ],
            wmode: 'transparent'
			,tuneHeight: (-1)
        });
		sIFR.replace(avenirbook, {
	selector: 'h4.bestRate',
            css: [
            '.sIFR-root { font-size: 13; font-weight: bold; color:#ffffff; text-transform: none}',
            'a { text-decoration: none }',
            'a:link { color: #ffffff }',
            'a:hover { color: #ff7600 }'
            ],
            wmode: 'transparent'
			,tuneHeight: (-6)
        });
		sIFR.replace(avenirbook, {
	selector: 'h4.checkHeader',
            css: [
            '.sIFR-root { font-size: 14; font-weight: bold; color:#f37101; text-transform: none}',
            'a { text-decoration: none }',
            'a:link { color: #ff7600 }',
            'a:hover { color: #ff7600 }'
            ],
            wmode: 'transparent'
			,tuneHeight: (-6)
        });
		sIFR.replace(avenirbook, {
	selector: 'h4.headflash',
            css: [
            '.sIFR-root { font-size: 15; font-weight: bold; color:#d6381b; letter-spacing:1.1;}',
            'a { text-decoration: none }',
            'a:link { color: #ff7600 }',
            'a:hover { color: #ff7600 }'
            ],
            wmode: 'transparent'
			,tuneHeight: (-5)
        });
			sIFR.replace(avenirbook, {
	selector: 'h6.flashHeader',
            css: [
            '.sIFR-root { font-size: 12; font-weight: bold; color:#cccccc;}',
            'a { text-decoration: none }',
            'a:link { color: #cccccc }',
            'a:hover { color: #cccccc }'
            ],
            wmode: 'transparent'
        });
	sIFR.replace(avenirbook, {
	selector: 'h2.flashHeader',
            css: [
            '.sIFR-root { font-size: 12; font-weight: bold; color:#ff7600; leading:-10; margin:0}',
            'a { text-decoration: none }',
            'a:link { color: #ff7600 }',
            'a:hover { color: #ff7600 }'
            ],
            wmode: 'transparent'
        });

