  //<[CDATA[

  var akzidenz = {
    src: '/flash/akzidenz-grotesk.swf'
  };
  var gill = {
    src: '/flash/gill-sans.swf'
  };

  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(akzidenz);
  sIFR.activate(gill);

  sIFR.replace(akzidenz, {selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #725A36; }'
    ]
	,wmode: 'transparent'});
  sIFR.replace(akzidenz, {selector: 'h2'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #C1022D; }'
    ]
	,wmode: 'transparent'});
  sIFR.replace(akzidenz, {selector: 'h3'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #000000; }'
    ]
	,wmode: 'transparent'});
  sIFR.replace(gill, {selector: 'h4'
    ,css: [
      '.sIFR-root { text-align: right; font-weight: bold; color: #C1022D; }'
    ]
	,wmode: 'transparent'});
  //]]>