var opc8 = {
    src: '/_inc/sifr/optima-cyr-80.swf'
};

sIFR.activate( opc8 );

sIFR.replace( opc8, {
    selector: '#bd h1, #bd h2',
    wmode: 'transparent',
    css: {
        '.sIFR-root': { 'color': '#8CAA36', 'background-color':'#EDFCD6' },
        'a': {'color': '#8CAA36', 'background-color':'#EDFCD6', 'text-decoration': 'none' },
        'a:link': {'color': '#8CAA36' },
        'a:hover': {'color': '#8CAA36' }
    }
});

var opc = {
    src: '/_inc/sifr/optima-cyr.swf'
};
sIFR.activate( opc );

sIFR.replace( opc, {
    selector: '#ft .first p',
    wmode: 'transparent',
    css: {
        '.sIFR-root': { 'color': '#8CAA36', 'background-color':'#EDFCD6' },
        'a': {'color': '#8CAA36', 'background-color':'#EDFCD6', 'text-decoration': 'none' },
        'a:link': {'color': '#8CAA36' },
        'a:hover': {'color': '#8CAA36' }
    }
});
