var yourtypeface = {
      src: 'swf/aaux_regular.swf'
};
 
sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
      selector: 'h1',
      css: [
      '.sIFR-root { color: #FFFFFF; font-weight: normal;}',
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h2',
      css: [
      '.sIFR-root { color: #72d5ff; font-weight: normal;}',
	  'strong { color: #FFFFFF; font-weight: normal;}',
	  'a { color:#72d5ff; font-weight: normal; text-decoration: none;}',
	  'a:hover { color:#72d5ff; font-weight: normal; text-decoration: underline;}',
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h3',
      css: [
      '.sIFR-root { color: #72d5ff; font-weight: normal;}',
	  'strong { color: #FFFFFF; font-weight: normal;}',
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h5',
      css: [
      '.sIFR-root { color: #72d5ff; font-weight: normal;}',
	  'strong { color: #FFFFFF; font-weight: normal;}',
      ],
      wmode: 'transparent'
});
