var font1= {
   src: 'assets/bankGothic.swf'
};

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

sIFR.replace(font1, {
        selector: 'h3.homeTitle'
        ,css: [
         '.sIFR-root { color: #97C524; }'
        ]
        ,wmode: 'transparent'
        // ,tuneHeight:15
        ,offsetLeft: 0
});

sIFR.replace(font1, {
        selector: 'h3'
        ,css: [
         '.sIFR-root { color: #271812; }'
        ]
        ,wmode: 'transparent'
        // ,tuneHeight:15
        ,offsetLeft: -2
});

sIFR.replace(font1, {
        selector: 'h2'
        ,css: [
         '.sIFR-root { color: #271812; }'
        ]
        ,wmode: 'transparent'
        // ,tuneHeight:15
        ,offsetLeft: -2
});

sIFR.replace(font1, {
        selector: 'h1'
        ,css: [
         '.sIFR-root { color: #271812; }'
        ]
        ,wmode: 'transparent'
        // ,tuneHeight:15
        //,offsetLeft: -4
});

sIFR.replace(font1, {
        selector: '#suggestedLinksLabel'
        ,css: [
         '.sIFR-root { color: #271812; font-weight: normal; }'
        ]
        ,wmode: 'transparent'
        ,offsetLeft: 4
        // ,tuneHeight:15
        //,offsetLeft: -4
});