<!-- <[CDATA[ -->
/*  sIFR.debugMode = true;*/
sIFR.prefetch('/images/theSans.swf');
sIFR.activate();

sIFR.replace({src: '/images/theSans.swf',
selector: '#subContent h1'
,css: [
  '.sIFR-root { text-align: left; font-weight: bold; font-style: italic; leading: 0; color: #89b51f; }',
  'a { text-decoration: none; cursor: default }',
  'a:link { color: #89b51f }',
  'a:hover { color: #89b51f }'
]
,wmode: 'transparent'
});

sIFR.replace({src: '/images/theSans.swf',
selector: 'h2'
,css: [
  '.sIFR-root { text-align: left; font-weight: normal; leading: 0; color: #000000;}',
  'a { text-decoration: none; cursor: default }',
  'a:link { color: #000000 }',
  'a:hover { color: #000000 }'
]
,wmode: 'transparent'
});

sIFR.replace({src: '/images/theSans.swf',
selector: '#content1 h1'
,css: [
  '.sIFR-root { text-align: left; font-weight: normal; leading: 0; color: #0f6d23;}',
  'a { text-decoration: none; cursor: default }',
  'a:link { color: #0f6d23 }',
  'a:hover { color: #0f6d23 }'
]
,wmode: 'transparent'
});

<!-- ]]> -->