var pageheaders = {
  src: '/images/pageheaders.swf'
};

sIFR.prefetch(pageheaders);
sIFR.activate(pageheaders); // From revision 209 and onwards

sIFR.replace(pageheaders, {
  selector: 'h1'
  ,css: [
      '.sIFR-root {color:#1F2965;background:transparent;font-size:15px;font-weight:normal;} .sIFR-root a{color:#1F2965; text-decoration:none;} .sIFR-root a:hover{color:#23796E;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '1'
});

sIFR.replace(pageheaders, {
  selector: 'h3'
  ,css: [
      '.sIFR-root {color: #3453A1;background:transparent;font-size:24px;font-weight:normal;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '1'
});

sIFR.replace(pageheaders, {
  selector: '.green_title'
  ,css: [
      '.sIFR-root {color: #19746A;background:transparent;font-size:13px;font-weight:normal;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '1'
});

sIFR.replace(pageheaders, {
  selector: '.blue_title'
  ,css: [
      '.sIFR-root {color: #1F2965;background:transparent;font-size:13px;font-weight:normal;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '1'
});

sIFR.replace(pageheaders, {
  selector: '.yellow_title'
  ,css: [
      '.sIFR-root {color: #F18F04;background:transparent;font-size:13px;font-weight:normal;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '1'
});