var franklingothic = {
  src: '/assets/swf/franklingothic.swf'
};

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

 sIFR.replace(franklingothic, {
  selector: 'h2'
 ,css: [
    '.sIFR-root { color:#333333; font-weight: bold; letter-spacing: 1.2; }'
    ]
 ,wmode: 'transparent'
});







