var agency = { src: '/sifr/agency.swf' };

// Remember, there must be *only one* `sIFR.activate()`!
sIFR.activate(agency);

sIFR.replace(agency, {
  selector: 'h1', wmode: 'transparent',
  css: [
  '.sIFR-root { font-weight:bold; color: #000000; line-height:18px }',
  'a {color: #000000; text-decoration: none;}',
  'a:hover {color: #000000; text-decoration: underline;}'
  ]
});

sIFR.replace(agency, {
  selector: 'h2', wmode: 'transparent',
  css: [
  '.sIFR-root { font-weight:bold; color: #ffffff; line-height:18px }',
  'a {color: #ffffff; text-decoration: none;}',
  'a:hover {color: #ffffff; text-decoration: underline;}'
  ]
});

sIFR.replace(agency, {
  selector: 'h3', wmode: 'transparent',
  css: [
  '.sIFR-root { font-weight:bold; color: #000000; text-align:center; line-height:16px; }',
  'a {color: #000000; text-decoration: none;}',
  'a:hover {color: #000000; text-decoration: underline;}'
  ]
});

sIFR.replace(agency, {
  selector: 'h4', wmode: 'transparent',
  css: [
  '.sIFR-root { font-weight:bold; color: #ffffff; text-align:center; line-height:16px }',
  'a {color: #ffffff; text-decoration: none;}',
  'a:hover {color: #ffffff; text-decoration: underline;}'
  ]
});