// Presumes import.css is the first <link> in the page
var rootpath = document.getElementsByTagName('link')[0].getAttribute('href').replace(/css\/global\.css/i,'');
var glyphastd = {
  src: rootpath + 'flash/glyphastd.swf'
};

sIFR.prefetch(glyphastd);
sIFR.activate();

sIFR.replace(glyphastd, {
  selector: 'h1'
  ,css: [
  '.sIFR-root {color: #000000;}'
  ]
  ,wmode: 'transparent'
});

sIFR.replace(glyphastd, {
  selector: '.gencontpan h3'
  ,css: [
  '.sIFR-root {color: #000000;}',
  '.sIFR-root {font-weight: bold;}'
  ]
  ,wmode: 'transparent'
});

