var font = {
  src: 'http://www.headon.org.uk/wp-content/themes/headon/flash/font.swf'
};

sIFR.useDomContentLoaded = false;
sIFR.activate(font); // From revision 209 and onwards


sIFR.replace(font, {
  selector: 'h2.sifr',
  css: '.sIFR-root {color:#40340f;text-indent:4px;}',
  wmode: 'transparent'
});


sIFR.replace(font, {
  selector: 'h4.sifr',
  css: '.sIFR-root {color:#FFFFFF;text-indent:4px;',
  wmode: 'transparent'
});

