var yourtypeface = {
      src: 'includes/helvetica_thin.swf'
};
 
sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
      selector: 'h1',
      css: [
      '.sIFR-root { color: #535353;}',
	  'strong { color: #53b9df;}',
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h2',
      css: [
      '.sIFR-root { color: #535353;}',
	  'strong { color: #8eb508;}',
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h3',
      css: [
      '.sIFR-root { color: #535353; font-weight:bold;}',
	  'strong { color: #53b9df;}',
      ],
      wmode: 'transparent'
});


sIFR.replace(yourtypeface, {
      selector: 'h4',
      css: [
      '.sIFR-root { color: #535353; font-weight:bold;}',
	  'strong { color: #53b9df;}',	  
      ],
      wmode: 'transparent'
});