  var gothamreg = {
    src: 'gothamreg.swf'
  };

  var gotham = {
    src: 'gotham.swf'
  };


  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(gothamreg);
  sIFR.activate(gotham);

  sIFR.replace(gothamreg, {
    selector: 'h1', wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-size: 32px; color:#FFFFFF;; background-color: #FFFFFF; wmode: transparent; letter-spacing: -1.0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });

  sIFR.replace(gotham, {
    selector: 'h2', wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-size: 18px; color:#1D1E47; background-color: #FFFFFF; wmode: transparent; letter-spacing: 1.0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });

  sIFR.replace(gothamreg, {
    selector: 'h3', wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-size: 14px; color:#1D1E47; background-color: #FFFFFF; wmode: transparent; letter-spacing: 0.0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });

  sIFR.replace(gothamreg, {
    selector: 'h4', wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-size: 18px; color:#333333; background-color: #FFFFFF; wmode: transparent; letter-spacing: -0.0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #333333; }'
      ,'a:hover { color: #000000; }'
    ]
  });

  sIFR.replace(gotham, {
    selector: 'h5', wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; font-size: 10px; color:#FFFFFF; background-color: #FFFFFF; wmode: transparent; letter-spacing: -0.0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });

  sIFR.replace(gothamreg, {
    selector: '.menuoff', wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-size: 16px; color:#444444; background-color: #EBE6D6; wmode: transparent; letter-spacing: -0.5;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #333333; }'
      ,'a:hover { color: #000000; }'
    ]
  });

  sIFR.replace(gothamreg, {
    selector: '.menuon', wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-size: 16px; color:#f4f4f4; background-color: #EBE6D6; wmode: transparent; letter-spacing: -0.5;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });

  sIFR.replace(gothamreg, {
    selector: '.newsletter', wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-size: 12px; color:#333333; background-color: #EBE6D6; wmode: transparent; letter-spacing: -0.5;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #333333; }'
      ,'a:hover { color: #000000; }'
    ]
  });


  sIFR.replace(gothamreg, {
    selector: '.poptextsmall', wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; font-size: 11px; color:#FFFFFF; background-color: #EBE6D6; wmode: transparent; letter-spacing: -0.0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });


  sIFR.replace(gothamreg, {
    selector: '.redtext', wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; font-size: 13px; color:#990033; background-color: #FFFFFF; wmode: transparent; letter-spacing: -0.0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });

  sIFR.replace(gothamreg, {
    selector: '.h2red', wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; font-size: 18px; color:#990033; text-transform: capitalize; background-color: #FFFFFF; wmode: transparent; letter-spacing: -0.5;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });
 
  sIFR.replace(gothamreg, {
    selector: '.h2black', wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; font-size: 18px; color:#333333; text-transform: capitalize; background-color: #FFFFFF; wmode: transparent; letter-spacing: -0.5;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });

