var legacy = {
      src: 'flash/legacy.swf'
};
 
sIFR.activate(legacy);
 
sIFR.replace(legacy, {
      selector: 'h2.legacy',
      css: [
      '.sIFR-root { text-transform: uppercase; font-size:18px; font-weight:bold; color: #555555; } em { font-style: normal; color: #034199; } ',
      'a {color: #034199; text-decoration: none;}',
      'a:hover {color: #034199;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(legacy, {
      selector: 'h3.legacy',
      css: [
      '.sIFR-root {text-transform: uppercase; font-style: italic; font-size:14px; font-weight:bold; color: #4f9c21; } ',
      'a {color: #034199; text-decoration: none;}',
      'a:hover {color: #034199;}'
      ],
      wmode: 'transparent'
});



