
var myFont = { src: '/flash/sifr.swf' };


sIFR.activate(myFont);

sIFR.replace(myFont, {
    selector: '.category-title',
    forceSingleLine: false,
    css: [
        '.sIFR-root { color:#0058A1; }',
        'a {color:#0058A1; text-decoration: none;}',
        'a:hover { }'
        ],
    wmode: 'transparent',
    tuneWidth: '5',
    forceWidth: true
});

sIFR.replace(myFont, {
    selector: '.title',
    forceSingleLine: false,
    css: [
        '.sIFR-root { color:#0058A1; }',
        'a {color:#0058A1; text-decoration: none;}',
        'a:hover { }'
        ],
    wmode: 'transparent',
    tuneWidth: '5',
    forceWidth: true
});
sIFR.replace(myFont, {
    selector: 'h1',
    forceSingleLine: false,
    css: [
        '.sIFR-root { color:#0058A1; }',
        'a {color:#0058A1; text-decoration: none;}',
        'a:hover { }'
        ],
    wmode: 'transparent',
    tuneWidth: '5',
    forceWidth: true
});

