var objFont = {
  src: '/images/fontheader.swf'
};

sIFR.prefetch(objFont);
sIFR.activate(objFont); // From revision 209 and onwards

sIFR.replace(objFont, {
  selector: 'h1'
  ,css: [
      '.sIFR-root {color: #4D84BA;background:transparent;font-size:19px;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '2'
			 });

var objFont2 = {
  src: '/images/MC16.swf'
};

sIFR.prefetch(objFont2);
sIFR.activate(objFont2); // From revision 209 and onwards

sIFR.replace(objFont2, {
  selector: '.data16R'
  ,css: [
      '.sIFR-root {color: #222222;background:transparent;font-size:14px;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '2'
});

sIFR.replace(objFont2, {
  selector: '.title24R'
  ,css: [
      '.sIFR-root {color: #222222;background:transparent;font-size:22px; text-align:right;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '2'
});

sIFR.replace(objFont2, {
  selector: '.title18R'
  ,css: [
      '.sIFR-root {color: #222222;background:transparent;font-size:16px;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '2'
});

sIFR.replace(objFont2, {
  selector: '.title36'
  ,css: [
      '.sIFR-root {color: #ffffff;background:transparent;font-size:30px;text-align:center;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '2'
});

sIFR.replace(objFont2, {
  selector: '.title24L'
  ,css: [
      '.sIFR-root {color: #222222;background:transparent;font-size:22px;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '2'
});

sIFR.replace(objFont2, {
  selector: '.title18L'
  ,css: [
      '.sIFR-root {color: #222222;background:transparent;font-size:16px;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '2'
});

sIFR.replace(objFont2, {
  selector: '.data16L'
  ,css: [
      '.sIFR-root {color: #222222;background:transparent;font-size:14px;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '2'
});

sIFR.replace(objFont2, {
  selector: '.title24'
  ,css: [
      '.sIFR-root {color: #222222;background:transparent;font-size:22px;text-align:center;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '2'
});