var rockwell = {
      src: 'http://auburn.edu/~heckbeb/sifr/flash/berthold.swf'
};
 
sIFR.activate(rockwell);
 
sIFR.replace(rockwell, {
      selector: 'h2.cpost-title',
	  css: [
      '.sIFR-root { font-size:50px; font-weight:normal; color:#838b8e; }',
	  'em { font-style:italic; }',
	  'strong { font-size:24px; font-weight:bold; color:#df9d57; }'
      ],
      wmode: 'transparent'
});
 