  var swiss = {
	fixWrap: true,
	forceClear: true,
	fitExactly: true,
     src: 'sifr/trajan.swf'
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(swiss);

  sIFR.replace(swiss, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-style: normal; color: #e0dec8; }'
      ,'em { text-align: left; font-weight: bold; font-style: normal; color: #e0dec8; }'
      ,'strong { text-align: left; font-weight: bold; font-style: normal; color: #e0dec8; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #e0dec8; }'
      ,'a:hover { color: #e0dec8; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(swiss, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-style: normal; color: #d9bdc0; padding: 0; margin: 0; }'
    ]
    ,wmode: 'transparent'
  });
  
