var convectionH1 = {
  src: '/js/convection.swf'
};
var convectionH2 = {
  src: '/js/convection.swf'
};



sIFR.activate(convectionH1,convectionH2); // From revision 209 and onwards

sIFR.replace(convectionH1, {
  selector: 'h1'
  ,css: '.sIFR-root { color: #1B618F; }'
  ,wmode: "transparent"
});
sIFR.replace(convectionH2, {
  selector: 'h2'
  ,css: '.sIFR-root { color: #1B618F; }'
  ,wmode: "transparent"
});
