var font1= {
   src: 'assets/helveticaNeueBoldCond.swf',
   ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 28, 1.23, 34, 1.22, 38, 1.21, 39, 1.22, 51, 1.21, 80, 1.2, 82, 1.19, 87, 1.2, 88, 1.19, 89, 1.2, 93, 1.19, 94, 1.2, 1.19]
};

sIFR.useStyleCheck = false;
sIFR.activate(font1);//,otherfont

//http://wiki.novemberborn.net/sifr3
sIFR.replace(font1, {
        selector: '#introTitleLarge strong'
        ,css: [
         '.sIFR-root { color: #FFFFFF; font-size: 51px; }'
        ]
        ,wmode: 'transparent'
        ,tuneHeight:-5
});


sIFR.replace(font1, {
        selector: '.homeTitle'
        ,css: [
         '.sIFR-root { color: #1F563C; font-size: 22px; }'
        ]
        ,wmode: 'transparent'
        ,tuneHeight:-5
});

sIFR.replace(font1, {
        selector: '#default h1'
        ,css: [
         '.sIFR-root { color: #1C5138; font-size: 30px; }'
        ]
        ,wmode: 'transparent'
        ,tuneHeight:-5
});
