var annifont = {
  src: '/skin/frontend/default/default/flash/annifont.swf'
};

sIFR.activate(annifont);

sIFR.replace(annifont, {
    selector: '.narrow-by h4'
    ,css: [
      '.sIFR-root { font-style: italic; color: #43c3bd; background: #FFF; text-transform: lowercase;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ff9c46; }'
      ,'a:hover { color: #ff9c46; }'
    ],
	wmode: 'transparent'
  });
sIFR.replace(annifont, {
    selector: 'h4'
    ,css: [
      '.sIFR-root { font-style: italic; color: #43c3bd; background: transparent; text-transform: lowercase;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ff9c46; }'
      ,'a:hover { color: #ff9c46; }'
    ],
	wmode: 'transparent'
  });