var algeria = {
src: '/images/vsvAlgeriaBold.swf'
};
 
sIFR.delayCSS  = true;

sIFR.activate(algeria);
sIFR.replace(algeria, {
    selector: 'h1',
    css: [
        '.sIFR-root {font-size:16px; color:#019934; text-transform:uppercase; margin-top:10px;}'
    ],
    wmode: 'transparent'
});
sIFR.replace(algeria, {
    selector: 'h2.phone',
    css: [
        '.sIFR-root {font-size:14px; color:#000000; text-transform:uppercase; margin-top:10px; }'
    ],
    wmode: 'transparent'
});
sIFR.replace(algeria, {
    selector: 'h2',
    css: [
        '.sIFR-root {font-size:14px; color:#000000; text-transform:uppercase; margin-top:10px;}'
    ],
    wmode: 'transparent'
});

