  var kozuka = {
    src: '/kozuka.swf'
  };

  sIFR.debugMode = false;
  // sIFR.domains = ['novemberborn.net']
  sIFR.prefetch(kozuka);
  sIFR.activate();
  
  sIFR.replace(kozuka, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { color: #163769; text-align: left; font-weight: normal; background: none; letter-spacing: -1;}'
    ]
		,wmode: 'transparent'
  });

	sIFR.replace(kozuka, {
    selector: '#middle-column h2'
    ,css: [
      '.sIFR-root { color: #163769; text-align: left; font-weight: normal; background: none; letter-spacing: 0;  }'
    ]
		,wmode: 'transparent'
  });
	
	sIFR.replace(kozuka, {
    selector: '#middle-column h3.sifr'
    ,css: [
      '.sIFR-root { color: #163769; text-align: left; font-weight: normal; background: none; letter-spacing: 0;  }'
    ]
		,wmode: 'transparent'
  });

