   /*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/


    var avantlt = {
      src: 'swf/font.swf'
    
    };

  

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

    sIFR.replace(avantlt, {
	selector: 'h2,h3',
	wmode:'transparent',
	 css:[
	 '.sIFR-root { color:#ffffff;font-weight:normal;letter-spacing:1;}'],
	 	 });
	   
	   
    sIFR.replace(avantlt, {
	selector: 'h4',
	wmode:'transparent',
	 css:[
	 '.sIFR-root { color:#ffffff;}'],
	 	 });
		

  
