var centuryh2 = {
      src: 'flash/centuryh2.swf'
};
 
sIFR.activate(centuryh2);
 
sIFR.replace(centuryh2, {
      selector: 'h2',
	  css: [
      '.sIFR-root { font-size:18px; font-weight:bold; color:#F12124; line-height: 13px; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});

var centuryh3 = {
      src: 'flash/centuryh2.swf'
};
 
sIFR.activate(centuryh3);
 
sIFR.replace(centuryh3, {
      selector: 'h3',
	  css: [
      '.sIFR-root { font-size:14px; font-weight:normal; color:#F12124; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#F12124; }'
      ],
      wmode: 'transparent'
});

