var header = { src: '/j/oldstyle1.swf' };
sIFR.activate(header);
sIFR.replace(header, {
  selector: 'h1#test',
  css: '.sIFR-root {color: #74695f; font-size:20px;}',
  wmode: 'transparent',
  forceWidth: 'false'
});
sIFR.replace(header, {
  selector: 'h1',
  css: '.sIFR-root {color: #74695f; font-size:25px;}',
  wmode: 'transparent',
  forceWidth: 'false'
});

sIFR.replace(header, {
  selector: 'h2',
  css: '.sIFR-root {color: #74695f; font-size:18px;}',
  wmode: 'transparent',
  forceWidth: 'false'
});

