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:#3E5AA4;background:transparent;font-size:16px;font-weight:normal;}'
    ]
  ,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'
});
