var yourtypeface = {
     src: '/app/ImageRepository/13/flash/aachenmedium.swf'
};
sIFR.activate(yourtypeface);
sIFR.replace(yourtypeface, {
      selector: 'h2',
	  css: [
      '.sIFR-root { font-size:36px; font-weight:normal; color:#f3d132; text-transform: uppercase; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'h3',
	  css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#f3d132; text-transform: uppercase; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'h4',
	  css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#9d6d1a; text-transform: uppercase; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'h6',
	  css: [
      '.sIFR-root { font-size:16px; font-weight:normal; color:#9d6d1a; margin:0 0 20px 0; text-align:center; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: '.indexTitleRegular',
	  css: [
      '.sIFR-root { font-size:23px; font-weight:normal; color:#9d6d1a; vertical-align:top; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: '.millionText',
	  css: [
      '.sIFR-root { font-size:60px; font-weight:normal; color:#f3d132; text-transform: uppercase; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: '.indexTitleRegularWhite',
	  css: [
      '.sIFR-root { font-size:23px; font-weight:normal; color:#ffffff; text-align:right; }'
      ],
      wmode: 'transparent'
});