﻿
    var avenir = {
        src: '/templates/pages/rp/swf/tre.swf'
    };

    sIFR.activate(avenir);

    sIFR.replace(avenir, {
        selector: 'h1',
        css: [
              '.sIFR-root { font-size:24px; font-weight:bold; color:#000000;  }',
              'a { text-decoration: none }',
              'a:link { color: #f49ac1 }',
              'a:hover { color: #FFFFFF }'
        ],
        wmode: 'transparent'

    });

