var scriptfont = {
    src: 'fileadmin/templates/swf/base9.swf'
  };

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

  sIFR.replace(scriptfont, {
    selector: '#contentRight h2.align-left'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 24px; color: #751b6b; leading:0 }',
	  'a {color: #ed1c24; text-decoration: underline;}',
	  'a:hover {color: #ed1c24; text-decoration: none;}',
	  '.align-center { text-align: center; font-size: 24px; color: #751b6b; leading:0 }',
    ]
	,wmode: 'transparent'
	  });
	  
  sIFR.replace(scriptfont, {
    selector: '#contentRight h2.align-center'
    ,css: [
      '.sIFR-root { text-align: center; font-size: 24px; color: #751b6b; leading:0 }',
	  'a {color: #ed1c24; text-decoration: underline;}',
	  'a:hover {color: #ed1c24; text-decoration: none;}',
    ]
	,wmode: 'transparent'
	  });
	  
  sIFR.replace(scriptfont, {
    selector: '#contentRight h2.align-right'
    ,css: [
      '.sIFR-root { text-align: right; font-size: 24px; color: #751b6b; leading:0 }',
	  'a {color: #ed1c24; text-decoration: underline;}',
	  'a:hover {color: #ed1c24; text-decoration: none;}',
    ]
	,wmode: 'transparent'
	  });	  	  
  sIFR.replace(scriptfont, {
    selector: '#contentRight h2'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 24px; color: #751b6b; leading:0 }',
	  'a {color: #ed1c24; text-decoration: underline;}',
	  'a:hover {color: #ed1c24; text-decoration: none;}',
	  '.align-center { text-align: center; font-size: 24px; color: #751b6b; leading:0 }',
    ]
	,wmode: 'transparent'
	  });
  //  sIFR.replace(scriptfont, {
   //   selector: '#contentRight h3'
   //   ,css: [
   //     '.sIFR-root { text-align: left; font-size: 16px; color: #000000; leading:0 }',
  //	  'a {color: #000000; text-decoration: underline;}',
  //	  'a:hover {color: #000000; text-decoration: none;}'
   //   ]
  //	,wmode: 'transparent'
  //
  //  });
