var calibri = {
  src: 'includes/calibri.swf'
};

var arno = {
    src: 'includes/Arno.swf'
};

sIFR.activate();
//sIFR.debug.ratios({ src: 'includes/myriad.swf', selector: '#mainNav h1' });
//sIFR.debug.ratios({ src: 'includes/Arno.swf', selector: '#secondaryContent blockquote h1' });
sIFR.replace(arno, {
    selector: '#mainHeader h1',
    
    wmode: 'transparent',
    css: [
        '.sIFR-root { color: #A95610; letter-spacing: -.05; font-weight:bold; }'
    ],
    ratios: [7, 1.47, 10, 1.43, 18, 1.36, 22, 1.34, 26, 1.32, 37, 1.31, 42, 1.3, 44, 1.29, 45, 1.3, 48, 1.29, 51, 1.3, 64, 1.29, 67, 1.28, 68, 1.29, 71, 1.28, 72, 1.29, 74, 1.28, 75, 1.29, 1.28]
});
sIFR.replace(arno, {
    selector: '#mainContent h1',
    wmode: 'transparent',
    css: [
        '.sIFR-root { color: #4E483C; letter-spacing: 1.2; font-weight:bold; }'
    ],
    ratios:[7, 1.47, 10, 1.43, 18, 1.36, 22, 1.34, 26, 1.32, 37, 1.31, 42, 1.3, 44, 1.29, 45, 1.3, 48, 1.29, 51, 1.3, 64, 1.29, 67, 1.28, 68, 1.29, 71, 1.28, 72, 1.29, 74, 1.28, 75, 1.29, 1.28]

});
sIFR.replace(arno, {
    selector: '#mainContent h2',
    wmode: 'transparent',
    css: [
        '.sIFR-root {color:#4E483C; margin-bottom:0; padding-bottom:0;}'
    ],
    ratios: [7, 1.47, 10, 1.43, 18, 1.36, 22, 1.34, 26, 1.32, 37, 1.31, 42, 1.3, 44, 1.29, 45, 1.3, 48, 1.29, 51, 1.3, 64, 1.29, 67, 1.28, 68, 1.29, 71, 1.28, 72, 1.29, 74, 1.28, 75, 1.29, 1.28]
});

//sIFR.replace(calibri, {
//    selector: '#secondaryContent blockquote h1',
//    wmode: 'transparent',
//    css: [
//        '.sIFR-root {color:#fff; margin-bottom:0; padding-bottom:0; text-align:center;}'
//    ],
//    ratios: [7, 1.47, 10, 1.43, 18, 1.36, 22, 1.34, 26, 1.32, 37, 1.31, 42, 1.3, 44, 1.29, 45, 1.3, 48, 1.29, 51, 1.3, 64, 1.29, 67, 1.28, 68, 1.29, 71, 1.28, 72, 1.29, 74, 1.28, 75, 1.29, 1.28]
//});

