
    var avenir = {
      src: '/wp-content/themes/koos/sifr_avenir.swf'
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(avenir);
	//sIFR.debug.ratios({ src: '/template/sifr_avenir.swf', selector: 'h1' });
	
    sIFR.replace(avenir, {
      selector: 'h1'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-weight:bold; font-size:35px; color:#ffffff; text-transform:uppercase;  }'
      ]
    });
	
	/*
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
	*/
