
var norm = { src: 'http://www.sjafilmtech.com/flash/din.swf' };
var boldish = { src: 'http://www.sjafilmtech.com/flash/din-bold.swf' };

sIFR.activate(norm);
sIFR.activate(boldish);

sIFR.replace(norm, {
  selector: 'h1',
  wmode: 'transparent',
  css: [ '.sIFR-root { color:#0A3660; } ' ]
});

sIFR.replace(boldish, {
  selector: '.header blockquote',
  wmode: 'transparent',
  css: [ '.sIFR-root { color:#3591E3; } ' ]
});

