var foundrysterling = { src: '/FoundrySterlingDemi.swf' };

sIFR.activate(foundrysterling);

sIFR.replace(foundrysterling, {
      selector: 'h1',
      css: [
      '.sIFR-root { color:#46156b; }'
      ],
      wmode: 'opaque',
      fitExactly: true,
      tuneHeight: -2
  });

  sIFR.replace(foundrysterling, {
      selector: 'h2, h3',
      css: [
      '.sIFR-root { color:#396c85; }'
      ],
      wmode: 'opaque',
      fitExactly: true,
      tuneHeight: -2
  });