var fedra = { src: '/swf/centur.swf' };

sIFR.activate(fedra);

sIFR.replace(fedra, {
  selector: 'h2',
  css: '.sIFR-root { background-color: #FFFFFF; color: #000000; letter-spacing: -1; leading: -2; }'
  ,wmode: 'transparent'
});

sIFR.replace(fedra, {
  selector: 'h3',
  css: '.sIFR-root { background-color: #EFEFEF; color: #7b7b7b;  font-weight: bold; display: block;}'
  ,wmode: 'transparent'
});
sIFR.replace(fedra, {
  selector: 'h1',
  css: [
   '.sIFR-root { background-color: #EFEFEF; color: #ff1a5b; font-weight: bold; display: block; }'
  ,'a { text-decoration: none; color: #000000; }'
  ,'a:link { color: #000000; }'
  ,'a:hover { color: #ff1a5b; }'
]
,wmode: 'transparent'

})
;sIFR.replace(fedra, {
  selector: 'h4',
  css: [
   '.sIFR-root { background-color: #EFEFEF; color: #7b7b7b; font-weight: bold; display: block; text-align: right}'
  ,'a { text-decoration: none; color: #000000; }'
  ,'a:link { color: #000000; }'
  ,'a:hover { color: #ff1a5b; }'
]
,wmode: 'transparent'

});