var hand = {
  src: 'flash/hand.swf'
};

sIFR.activate(hand); // From revision 209 and onwards

sIFR.replace(hand, {
  selector: '#left_column h2, #right_column h2, #left_column_bio h2'
    ,css: {
      '.sIFR-root': { 'background-color': '#9a8858','color': '#ffffff' }
    }
});
