
    var arialrounded = {
      src: base_url + 'public/frontend/flash/arialRounded.swf'
    };

    sIFR.activate(arialrounded);

    sIFR.replace(arialrounded, {
      selector: 'h1.heading',
      wmode: 'transparent',
      css: [
        '.sIFR-root { font-size: 30px; color: #f6a93b; text-transform: uppercase; background-color: #efefef; }'
      ]
    });

