  var light = {
    src: '/Templates/FlashHeaders/light.swf'
  //  ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };
    var roman = {
    src: '/Templates/FlashHeaders/roman.swf'
  //  ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };
    var medium = {
    src: '/Templates/FlashHeaders/medium.swf'
  //  ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };

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

  sIFR.replace(light, {
    selector: '.H1header'
    ,css: {'.sIFR-root': { 'color': '#000000', 'font-style': 'normal', 'margin': '0px', 'padding': '0px' }}
    ,wmode: 'transparent'
    ,selectable: true
  });

  sIFR.replace(light, {
    selector: 'h1'
    ,css: {'.sIFR-root': { 'color': '#000000', 'font-style': 'normal', 'margin': '0px', 'padding': '0px' }}
    ,wmode: 'transparent'
    ,selectable: true
  });
  
  sIFR.replace(light, {
    selector: '.H2header'
    ,css: {'.sIFR-root': { 'color': '#000000', 'font-style': 'normal', 'margin': '0px', 'padding': '0px' }}
    ,wmode: 'transparent'
    ,selectable: true
  });

  sIFR.replace(light, {
    selector: 'h2'
    ,css: {'.sIFR-root': { 'color': '#000000', 'font-style': 'normal', 'margin': '0px', 'padding': '0px' }}
    ,wmode: 'transparent'
    ,selectable: true
  });
  
  sIFR.replace(light, {
    selector: '.startPageHeader'
    ,css: {'.sIFR-root': { 'color': '#000000', 'font-style': 'normal', 'margin': '0px', 'padding': '0px', "text-align": "right" }}
    ,wmode: 'transparent'
    ,selectable: true
  });
  
  sIFR.replace(light, {
    selector: '.H3header'
    ,css: {'.sIFR-root': { 'color': '#000000', 'font-style': 'bold', 'margin': '0px', 'padding': '0px' }}
    ,wmode: 'transparent'
    ,selectable: true
  });

  sIFR.replace(light, {
    selector: 'h3'
    ,css: {'.sIFR-root': { 'color': '#000000', 'font-style': 'bold', 'margin': '0px', 'padding': '0px' }}
    ,wmode: 'transparent'
    ,selectable: true
  });
  
  sIFR.replace(roman, {
    selector: '.startPagePuffHeader'
    ,css: [
      '.sIFR-root { color: #000000; font-style:normal; text-align:right;}'
      ,'a { color: #000000; text-decoration: none; }'
      ,'a:link { color: #000000; text-decoration: none; }'
      ,'a:hover { color: #000000; text-decoration: none; }'
    ]
    ,wmode: 'transparent'
    ,selectable: true
  });
  
  sIFR.replace(medium, {
    selector: '.topMenuItemActive'
    ,css: [
      '.sIFR-root { color: #923811; font-style:normal; text-align:right;}'
      ,'a { color: #923811; text-decoration: none; }'
      ,'a:link { color: #923811; text-decoration: none; }'
      ,'a:hover { color: #923811; text-decoration: none; }'
    ]
    ,wmode: 'transparent'
    ,selectable: true
    ,forceSingleLine: true
    ,preventwrap:true
  });
  
  sIFR.replace(medium, {
    selector: '.topMenuItem'
    ,css: [
      '.sIFR-root { color: #ffffff; font-style:normal; text-align:right;}'
      ,'a { color: #ffffff; text-decoration: none; }'
      ,'a:link { color: #ffffff; text-decoration: none; }'
      ,'a:hover { color: #ffffff; text-decoration: none; }'
    ]
    ,wmode: 'transparent'
    ,selectable: true
    ,forceSingleLine: true
    ,preventwrap:true
  });
  
  sIFR.replace(medium, {
    selector: '.subMenuItemActive'
    ,css: [
      '.sIFR-root { color: #923811; font-style:normal; text-align:right;}'
      ,'a { color: #923811; text-decoration: none; }'
      ,'a:link { color: #923811; text-decoration: none; }'
      ,'a:hover { color: #923811; text-decoration: none; }'
    ]
    ,wmode: 'transparent'
    ,selectable: true
    ,forceSingleLine: true
    ,preventwrap:true
  });
  
  sIFR.replace(medium, {
    selector: '.subMenuItem'
    ,css: [
      '.sIFR-root { color: #000000; font-style:normal; text-align:right;}'
      ,'a { color: #000000; text-decoration: none; }'
      ,'a:link { color: #000000; text-decoration: none; }'
      ,'a:hover { color: #000000; text-decoration: none; }'
    ]
    ,wmode: 'transparent'
    ,selectable: true
    ,forceSingleLine: true
    ,preventwrap:true
  });
