

var h1 = { src: webRoot + '/_swf/h1.swf' };
sIFR.activate(h1);
sIFR.replace(h1, {
  selector: 'h1',
  wmode: 'transparent',
  css: '.sIFR-root { color:#FA0A00; letter-spacing:-1; ‘font-weight’: ‘bold’; font-size:29px; line-height:29px;  }'
});

var h2 = { src: webRoot + '/_swf/h1.swf' };
sIFR.activate(h1);
sIFR.replace(h1, {
  selector: 'h2.dom1, h2.dom2, h2.dom3, h2.dom4, h2.dom5',
  wmode: 'transparent',
  css: '.sIFR-root { color:#0e86bf; letter-spacing:-1; ‘font-weight’: ‘bold’; font-size:18px; line-height:20px;  }'
});


