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

