var futura = { src: '/sifr/futura.swf' };
sIFR.activate(futura);
sIFR.fitExactly = true;
sIFR.replace(futura, {
  selector: 'h1, .pageHeading',
  css: [ '.sIFR-root { color: #7d7d7d; font-size: 23px; background-color: transparent; }','a { text-decoration: none; color: #7d7d7d; }','a:link { color: #7d7d7d; }','a:visited { color: #7d7d7d; }','a:active { color: #7d7d7d; }','a:hover { color: #3366CC; }' ],
  wmode: 'transparent'
});

sIFR.replace(futura, {
  selector: 'h2',
  css: [ '.sIFR-root { color: #3366CC; font-size: 18px; background-color: transparent; }','a { text-decoration: none; color: #3366CC; }','a:link { color: #3366CC; }','a:visited { color: #3366CC; }','a:active { color: #3366CC; }','a:hover { color: #3366CC; }' ],
  wmode: 'transparent'
});
