var font = {
  src: '/sifr/goudy_old_style_std.swf'
};

sIFR.prefetch(font);
sIFR.useDomContentLoaded = false;
sIFR.activate();

sIFR.replace(font, {
  selector: 'h1'
    ,css: {
      '.sIFR-root': { 'color': '#66180e'}
    }
	,wmode: 'transparent'
});
sIFR.replace(font, {
  selector: 'h2'
    ,css: {
      '.sIFR-root': { 'color': '#ddcf91'}
    }
	,wmode: 'transparent'
});
sIFR.replace(font, {
  selector: 'h3'
    ,css: {
      '.sIFR-root': { 'color': '#ddcf91'}
    }
	,wmode: 'transparent'
});
sIFR.replace(font, {
  selector: 'h4'
    ,css: {
      '.sIFR-root': { 'color': '#66180e'}
    }
	,wmode: 'transparent'
});
sIFR.replace(font, {
  selector: 'h5'
    ,css: {
      '.sIFR-root': { 'color': '#66180e'}
    }
	,wmode: 'transparent'
});