var franklin = {
      src: '/wp-content/themes/structure/flash/sifr.swf'
};
 
sIFR.activate(franklin);
 
sIFR.replace(franklin, {
      selector: 'h6',
        css: [
	'.sIFR-root { font-size:24px; font-weight:bold; color:#777777; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#000; }'
      ],
      wmode: 'transparent'
});
