
  var metanormal = {
    src: '../media/swf/meta_normal.swf'
  };
  
  var dinschrift = {
    src: '../media/swf/din_schrift.swf'
  };  

  sIFR.debugMode = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.prefetch(metanormal);
  sIFR.activate();


  sIFR.replace(metanormal, {
    selector: 'h4.white'
    ,css: [
      '.sIFR-root { text-align: left; color: #ffffff; }'
    ]
,wmode:'transparent'
  });
  
 sIFR.replace(dinschrift, {
    selector: 'h1.homepage'
    ,css: [
      '.sIFR-root { text-align: left; color: #7d0c0e; }'
    ]
,wmode:'transparent'
    ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#a1a1a1'
        ,strength: 2
      }
    }

  });  

  sIFR.replace(dinschrift, {
    selector: 'h1.heading'
    ,css: [
      '.sIFR-root { text-align: left; color: #7d0c0e; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #7d0c0e; }'
    ,'a:hover { color: #FDAB0F; }'
    ]
,wmode:'transparent'
  });

  sIFR.replace(dinschrift, {
    selector: 'h1.headingwhite'
    ,css: [
      '.sIFR-root { text-align: left; color: #ffffff; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #ffffff; }'
    ,'a:hover { color: #FDAB0F; }'
    ]
,wmode:'transparent'
  });  

  sIFR.replace(dinschrift, {
    selector: 'h2.heading'
    ,css: [
      '.sIFR-root { text-align: left; color: #7d0c0e; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #7d0c0e; }'
    ,'a:hover { color: #FDAB0F; }'
    ]
,wmode:'transparent'
  });
  
  
  sIFR.replace(dinschrift, {
    selector: 'h2.headingwhite'
    ,css: [
      '.sIFR-root { text-align: left; color: #ffffff; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #ffffff; }'
    ,'a:hover { color: #FDAB0F; }'
    ]
,wmode:'transparent'
  });  
  
  sIFR.replace(dinschrift, {
    selector: 'h4.subheading'
    ,css: [
      '.sIFR-root { text-align: left; color: #7d0c0e; text-transform: uppercase; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #7d0c0e; }'
    ,'a:hover { color: #FDAB0F; }'      
    ]
,wmode:'transparent'
  });  
  
  sIFR.replace(dinschrift, {
    selector: 'h4.homefooter'
    ,css: [
      '.sIFR-root { text-align: left; color: #7d0c0e; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #7d0c0e; }'
    ,'a:hover { color: #FDAB0F; }'      
    ]
,wmode:'transparent'
  });  
  
  sIFR.replace(dinschrift, {
    selector: 'h4.subheadingwhite'
    ,css: [
      '.sIFR-root { text-align: left; color: #ffffff; text-transform: uppercase; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #ffffff; }'
    ,'a:hover { color: #FDAB0F; }'      
    ]
,wmode:'transparent'
  });  
  
  
  sIFR.replace(dinschrift, {
    selector: 'h3.heading'
    ,css: [
      '.sIFR-root { text-align: left; color: #7d0c0e; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #7d0c0e; }'
    ,'a:hover { color: #FDAB0F; }'      
    ]
,wmode:'transparent'
  });  
      
      
  sIFR.replace(dinschrift, {
    selector: 'h4.quote'
    ,css: [
      '.sIFR-root { text-align: left; color: #ffffff; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #ffffff; }'
    ,'a:hover { color: #FFFFFF; }'      
    ]
,wmode:'transparent'
  }); 
  
  sIFR.replace(dinschrift, {
    selector: 'h4.quotesmall'
    ,css: [
      '.sIFR-root { text-align: left; color: #ffffff; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #ffffff; }'
    ,'a:hover { color: #FFFFFF; }'      
    ]
,wmode:'transparent'
  });   
  
   sIFR.replace(dinschrift, {
    selector: 'h4.landingheading'
    ,css: [
      '.sIFR-root { text-align: left; color: #7d0c0e; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #ffffff; }'
    ,'a:hover { color: #FDAB0F; }'      
    ]
,wmode:'transparent'
  }); 
  
  
   sIFR.replace(dinschrift, {
    selector: 'h4.landingheadingsmall'
    ,css: [
      '.sIFR-root { text-align: left; color: #7d0c0e; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #ffffff; }'
    ,'a:hover { color: #FDAB0F; }'      
    ]
,wmode:'transparent'
  }); 
   
  
   sIFR.replace(dinschrift, {
    selector: 'h4.landingheadingwhite'
    ,css: [
      '.sIFR-root { text-align: left; color: #ffffff; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #ffffff; }'
    ,'a:hover { color: #FDAB0F; }'      
    ]
,wmode:'transparent'
  });   
