var h1 = {
  src: 'js/sifr.swf'
};
var h2 = {
  src: 'js/sifr.swf'
};
var h3 = {
  src: 'js/sifr.swf'
};
var h4 = {
  src: 'js/sifr.swf'
};



sIFR.activate(h1,h2,h3,h4); // From revision 209 and onwards

sIFR.replace(h1, {
  selector: 'h1'
  ,css: '.sIFR-root { color: #333333; }'
  ,wmode: "transparent"
});
sIFR.replace(h2, {
  selector: 'h2'
  ,css: '.sIFR-root { color: #333333; }'
  ,wmode: "transparent"
});
sIFR.replace(h3, {
  selector: 'h3'
  ,css: '.sIFR-root { color: #333333; }'
  ,wmode: "transparent"
});
sIFR.replace(h4, {
  selector: 'h4'
  ,css: '.sIFR-root { color: #AD1018; }'
  ,wmode: "transparent"
});
