  var DINEngschrift = {
    src: window.templatePath + '/fonts/DINEngschrift.swf'
  };
  


  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(DINEngschrift);
  sIFR.FLASH_PADDING_BOTTOM = 0;
  sIFR.MIN_FONT_SIZE = 8;
  
  sIFR.replace(DINEngschrift, {
    selector: '#izquierda h2.pagetitle'
    ,css: [
      '.sIFR-root { font-weight: bold; color: #A5A5A5; font-size: 18px; }',
	  'a { color: #A5A5A5; text-decoration: none;  }',
	  'a:hover { color: #333333;}'	  
    ]
	,wmode: "transparent"  
    
  });
  sIFR.replace(DINEngschrift, {
    selector: '#izquierda h2'
    ,css: [
      '.sIFR-root { font-weight: bold; color: #000000; font-size: 16px; }',
	  'a { color: #000000; text-decoration: none;  }',
	  'a:hover { color: #666666;}'	  
    ]
	,wmode: "transparent"  
    
  });
   sIFR.replace(DINEngschrift, {
    selector: '#izquierda h3'
    ,css: [
      '.sIFR-root { background-color: #EEEEEE; font-weight: bold; color: #000000; font-size: 14px; text-align: justify; }',
	  'a { color: #000000; text-decoration: none;  }',
	  'a:hover { color: #666666;}',	  
	  'small { font-size: 80%; color: #666666; }'
    ]
	,wmode: "transparent"  
    
  });
  
   sIFR.replace(DINEngschrift, {
    selector: '#izquierda cite'
    ,css: [
      '.sIFR-root { background-color: #EEEEEE; font-weight: bold; color: #000000; font-size: 14px; text-align: justify; }',
	  'a { color: #000000; text-decoration: none;  }',
	  'a:hover { color: #666666;}'	  
    ]
	,wmode: "transparent"  
    
  });
  
  /*sIFR.replace(DINEngschrift, {
    selector: 'UL.listaposts'
    ,css: [
      '.sIFR-root { font-weight: bold; color: #333333; font-size: 16px; text-align: justify; margin-left: 0; padding-left: 0;}',
	  'a { color: #000000; text-decoration: none;  }',
	  'a:hover { color: #666666;}'	  
    ]
	,wmode: "transparent"  
    
  }); 
  */
     
  sIFR.replace(DINEngschrift, {
    selector: '#derecha #secciones .seccionON'
    ,css: [
      '.sIFR-root { background-color: #000000; color: #A5A5A5; font-size: 20px; line-height: 12px; leading: -7; text-transform: lowercase;}',
      'a { background-color: #000000; color: #A5A5A5; text-decoration: none;  margin-left: 5px;}',
	  'a:hover { color: #A5A5A5; }'
    ] 
  });    

  sIFR.replace(DINEngschrift, {
    selector: '#derecha #secciones .seccion'
    ,css: [
      '.sIFR-root { color: #A5A5A5; font-size: 20px; line-height: 12px; leading: -7; text-transform: lowercase; }',
      'a { color: #A5A5A5; text-decoration: none;  margin-left: 5px;}',
	  'a:hover { color: #000000;}'
    ]
	,wmode: "transparent"    
  });    

    