var rootpath = document.getElementsByTagName('link')[0].getAttribute('href').replace(/css\/\w+\/global\.css/i,'');
var mic_regular = {
  src: rootpath + 'Flash/mic_regular.swf'
};
var mic_bold = {
  src: rootpath + 'Flash/mic_bold.swf'
};

sIFR.activate(mic_regular, mic_bold);

sIFR.replace(mic_regular, {
  selector: '.saca h1.pagetitle'
  ,css: [
  '.sIFR-root {color: #c60000; leading: 0px; margin: 0; padding: 0; font-weight: normal;}'
  ]
  ,wmode: 'transparent'
});

sIFR.replace(mic_regular, {
  selector: '.oval h1.pagetitle'
  ,css: [
  '.sIFR-root {color: #193682; leading: 0px; margin: 0; padding: 0; font-weight: normal;}'
  ]
  ,wmode: 'transparent'
});

sIFR.replace(mic_bold, {
  selector: '.saca h2.panel-title'
  ,css: [
  '.sIFR-root {color: #c60000; leading: 0px; margin: 0; padding: 0; font-weight: bold; text-transform: uppercase;}'
  ]
  ,wmode: 'transparent'
});

sIFR.replace(mic_bold, {
  selector: '.oval .con-supp-2 h2.panel-title'
  ,css: [
  '.sIFR-root {color: #ffffff; leading: 0px; margin: 0; padding: 0; font-weight: bold; text-transform: uppercase;}'
  ]
  ,wmode: 'transparent'
});

sIFR.replace(mic_bold, {
  selector: '.oval h2.panel-title'
  ,css: [
  '.sIFR-root {color: #193682; leading: 0px; margin: 0; padding: 0; font-weight: bold; text-transform: uppercase;}'
  ]
  ,wmode: 'transparent'
});

