var h1 = {
    src: 'sifr/h1.swf'
  };

var h2 = {
    src: 'sifr/h2.swf'
  };

  sIFR.debugMode = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.prefetch(h1);
  sIFR.prefetch(h2);
  sIFR.activate();
  
  sIFR.replace(h1, {
    selector: '#sifr_h1 h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color:#ffffff;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #CCCCCC }'
    ]
	,wmode: 'transparent'
  });

  sIFR.replace(h2, {
    selector: '#sifr_h2 h2, #sifr_h1_2 h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color:#ffffff; }'
      ,'a { text-decoration: normal; }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #CCCCCC }'
    ]
	,wmode: 'transparent'
  });

  sIFR.replace(h2, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #EF1209; }'
      ,'a { text-decoration: normal; }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #CCCCCC }'
    ]
	,wmode: 'transparent'
  });

  sIFR.replace(h1, {
    selector: 'h4'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #ffffff; }'
      ,'a { text-decoration: normal; }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #CCCCCC }'
    ]
	,wmode: 'transparent'
  });

  sIFR.replace(h1, {
    selector: 'h5'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #ffffff; }'
      ,'a { text-decoration: normal; }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #CCCCCC }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(h2, {
    selector: 'h6'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #666; font-size: 16pt; }'
      ,'a { text-decoration: normal; }'
      ,'a:link { color: #666 }'
      ,'a:hover { color: #666 }'
    ]
	,wmode: 'transparent'
  });