var JohnHandy = {
  src: '../gfx/JohnHandy.swf'
};

sIFR.activate(JohnHandy);

sIFR.replace(JohnHandy, {
  selector: '#colLeft h2',
  css: {'.sIFR-root':{'color':'#410707'}},
  wmode: 'transparent'
});

sIFR.replace(JohnHandy, {
  selector: '#colRight h2',
  css: {'.sIFR-root':{'color':'#410707','text-align':'center'}},
  wmode: 'transparent'
});