var flareserif = {
  src: '/sifr3/TWCen.swf'
};

sIFR.prefetch(flareserif);

sIFR.activate();

/*
- leading: similar to line-height in CSS
- Don't type "px" after the values for leading & letter-spacing!!
- Have to include bold/italic fonts in Flash file otherwise bold/italic won't show up.
*/

sIFR.replace(flareserif, {
selector: 'h2'
,css: [
  '.sIFR-root { color:#5E5D5D; font-weight: normal; letter-spacing:-0.12; }'
], wmode: 'transparent'
});
