var opc8 = {
    src: '/_inc/sifr/europe.swf'
};

sIFR.activate( opc8 );

sIFR.replace( opc8, {
    selector: '#content h1',
    wmode: 'transparent',
    css: {
        '.sIFR-root': { 'color': '#000000', 'background-color':'#ffffff', 'font-size': '24px' },
        'a': {'color': '#000000', 'background-color':'#ffffff', 'text-decoration': 'none' },
        'a:link': {'color': '#000000' },
        'a:hover': {'color': '#000000' }
    }
});


