var akzidenz = {
  src: 'http://www.wcinet.com/css/akzidenz.swf'
};


sIFR.activate(akzidenz); // From revision 209 and onwards



/* page headers */
sIFR.replace(akzidenz, { 
    selector: 'h1',
    wmode: 'transparent',
    css: {
      '.sIFR-root': { 'color':'#666666' }
    }
});

/* page headers */
sIFR.replace(akzidenz, { 
    selector: 'h2',
    wmode: 'transparent',
    css: {
      '.sIFR-root': { 'color':'#666666' }
    }
});

sIFR.replace(akzidenz, { //this is the new way to write
  selector: 'h3',
  wmode: 'transparent',
  css: {
      '.sIFR-root': { 'color':'#666666' }
    }

});

/*homepage news*/
sIFR.replace(akzidenz, { 
    selector: 'h4',
    wmode: 'transparent',
    css: {
      '.sIFR-root': { 'color':'#666666' }
    }
});

