var helvetica = {
  src: '/~brentfor/assets/swf/sifr.swf'
};

sIFR.activate(helvetica);


sIFR.replace(helvetica, {
    selector: 'h1',
    forceSingleLine: false,
    // ratios: [8,1.41,11,1.31,15,1.29,25,1.25,28,1.23,32,1.22,33,1.23,43,1.22,61,1.21,64,1.2,65,1.21,112,1.2,113,1.19,115,1.2,118,1.19,122,1.2,124,1.19,1.2],
    css: [
        '.sIFR-root { color:#cc0000; font-size: 34px; }',
        ],
    wmode: 'transparent',
    tuneWidth: '5',
    forceWidth: true

});

sIFR.replace(helvetica, {
    selector: 'h2',
    forceSingleLine: false,
    // ratios: [8,1.41,11,1.31,15,1.29,25,1.25,28,1.23,32,1.22,33,1.23,43,1.22,61,1.21,64,1.2,65,1.21,112,1.2,113,1.19,115,1.2,118,1.19,122,1.2,124,1.19,1.2],
    css: [
        '.sIFR-root { color:#333333; font-size: 25px; }',
        ],
    wmode: 'transparent',
    tuneWidth: '5',
    forceWidth: true

});


sIFR.replace(helvetica, {
    selector: 'h3',
    forceSingleLine: false,
    // ratios: [8,1.41,11,1.31,15,1.29,25,1.25,28,1.23,32,1.22,33,1.23,43,1.22,61,1.21,64,1.2,65,1.21,112,1.2,113,1.19,115,1.2,118,1.19,122,1.2,124,1.19,1.2],
    css: [
        '.sIFR-root { color:#333333; font-size: 15px; }',
        ],
    wmode: 'transparent',
    tuneWidth: '5',
    forceWidth: true

});

sIFR.replace(helvetica, {
    selector: 'h4',
    forceSingleLine: false,
    // ratios: [8,1.41,11,1.31,15,1.29,25,1.25,28,1.23,32,1.22,33,1.23,43,1.22,61,1.21,64,1.2,65,1.21,112,1.2,113,1.19,115,1.2,118,1.19,122,1.2,124,1.19,1.2],
    css: [
        '.sIFR-root { color: #333333; font-size: 20px; }',
        ],
    wmode: 'transparent',
    tuneWidth: '5',
    forceWidth: true

});

