var h_1 = {
  src: '/js/h1.swf'
};
sIFR.activate(h_1);
sIFR.replace(h_1, {
  selector: 'h1',
  wmode: 'transparent',
  css: {
    '.sIFR-root': { 'font-weight': 'bold', 'color': '#FFFFFF' }
  }
});

/*var h_2_pta = {
  src: 'js/h2.swf'
};
sIFR.activate(h_2_pta);
sIFR.replace(h_2_pta, {
  selector: 'h2.pta',
  css: {
    '.sIFR-root': { 'font-weight': 'bold', 'color': '#B12830' }
  }
});
var h_2 = {
  src: 'js/h2.swf'
};
sIFR.activate(h_2);
sIFR.replace(h_2, {
  selector: 'h2',
  wmode: 'transparent',
  css: {
    '.sIFR-root': { 'font-weight': 'bold', 'color': '#FFFFFF' }
  }
});*/