var Goudy = {
      src: 'http://www.brambleandsage.co.uk/flash/goudy.swf'
};
 
sIFR.activate(Goudy);
 
sIFR.replace(Goudy, {
      selector: '#content h2',
      css: [
      '.sIFR-root { font-size:18px; font-weight:bold; color:#56624d; }'
	  ],
      wmode: 'transparent'
});

sIFR.replace(Goudy, {
      selector: '#content h3',
      css: [
      '.sIFR-root { font-size:16px; font-weight:bold; color:#56624d; }'
	  ],
      wmode: 'transparent'
});