var convection = {
  src: 'js/sifr.swf'
};
var convectionSmall = {
  src: 'js/sifr.swf'
};
var convectionForm = {
  src: 'js/sifr.swf'
};
var convectionH3 = {
  src: 'js/sifr.swf'
};
var convectionH5 = {
  src: 'js/sifr.swf'
};



sIFR.activate(convection,convectionSmall,convectionForm,convectionH3,convectionH5); // From revision 209 and onwards

sIFR.replace(convection, {
  selector: 'h1'
  ,css: '.sIFR-root { color: #000000; }'
  ,wmode: "transparent"
});
sIFR.replace(convectionSmall, {
  selector: 'h2'
  ,css: '.sIFR-root { color: #000000; }'
  ,wmode: "transparent"
});
sIFR.replace(convectionForm, {
  selector: 'h4'
  ,css: '.sIFR-root { color:#000000; }'
  ,wmode: "transparent"
});
sIFR.replace(convectionH3, {
  selector: 'h3'
  ,css: '.sIFR-root { color: #000000; }'
  ,wmode: "transparent"
});
sIFR.replace(convectionH5, {
  selector: 'h5'
  ,css: '.sIFR-root { color: #000000; font-weight:bold;} .sIFR-root a { color: #474747;text-decoration:none;}  .sIFR-root a:hover { color: #000000;text-decoration:none;}'
  ,wmode: "transparent"
});