//<[CDATA[



var helv45 = {
    src: '/sifr3/flash/helvetica45.swf'
  };
var helv65 = {
    src: '/sifr3/flash/helvetica65.swf'
  };

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


 sIFR.replace({
    selector: 'h4'
    ,src: helv45
    ,css: {
      '.sIFR-root': { 'color': '#888888'}
    }
	,fitExactly:true
	,wmode: 'transparent'
  });

 sIFR.replace({
    selector: 'h5'
    ,src: helv65
    ,css: {
      '.sIFR-root': { 'color': '#888888'}
    }
	,fitExactly:true
	,wmode: 'transparent'
  });

sIFR.replace({
    selector: 'h1'
    ,src: helv65
    ,css: {
      '.sIFR-root': { 'color': '#888888'}
    }
	,fitExactly:true
	,wmode: 'transparent'
  });
  
sIFR.replace({
    selector: 'h3'
    ,src: helv45
    ,css: {
      '.sIFR-root': { 'color': '#888888'}
    }
	,fitExactly:true
	,wmode: 'transparent'
  });

sIFR.replace({
    selector: 'h4'
    ,src: helv45
    ,css: {
      '.sIFR-root': { 'color': '#888888'}
    }
	,fitExactly:true
	,wmode: 'transparent'
  });
  
//]]>
