    var avenir = {
      src: 'http://spaceboy.nu/blog/flash/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.replace(avenir, {
      selector: '.title'
      ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { display: block; width: 800px; font-size: 43px; letter-spacing: -2.5; color: #87a838; font-weight: bold; text-transform: uppercase; z-index: 0; }'
       ,'a { color: #87a838 ; text-decoration: none; }'
       ,'a:hover { color: #feba36; }'		
	   ,'.header2 { color: #feba36;}'
      ]
    });

sIFR.replace(avenir, {
      selector: '.entrytitle'
      ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { display: block; width: 100%; font-size: 18px; background-color: #87a838; color: #73bc00; font-weight: bold; text-transform: uppercase; z-index: 0; letter-spacing: -1; }'
       ,'a { color: #87a838 ; text-decoration: none; }'
       ,'a:hover { color: #feba36; }'		
      ]
    });

    sIFR.replace(avenir, {
      selector: '#dsq-comments-title'
      ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { display: block; width: 100%; font-size: 18px; background-color: #87a838; color: #73bc00; font-weight: bold; text-transform: uppercase; z-index: 0; letter-spacing: -1; }'
       ,'h3 { color: #87a838 ; text-decoration: none; }'
      ]
    });

    sIFR.replace(avenir, {
      selector: '#dsq-new-post h3'
      ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { display: block; width: 100%; font-size: 18px; font-weight: bold; text-transform: uppercase; z-index: 0; color: #87a838 ; text-decoration: none; letter-spacing: -1;}'
      ]
    });
