var rootpath = document.getElementsByTagName('link')[0].getAttribute('href').replace(/css\/global\.css/i,'');
var SchulbuchNordNormal = {
  src: rootpath + 'flash/SchulbuchNordNormal.swf'
};
var SchulbuchNordFett = {
  src: rootpath + 'flash/SchulbuchNordFett.swf'
};

sIFR.activate(SchulbuchNordNormal);

sIFR.replace(SchulbuchNordNormal, {
  selector: 'div.con-main-1 h1'
  ,css: [
  '.sIFR-root {color: #003670; leading: 0px; margin: 0; padding: 0; font-weight: normal;}'
  ]
  ,wmode: 'transparent'
}); 

sIFR.replace(SchulbuchNordFett, {
  selector: '.quote h1'
  ,css: [
  '.sIFR-root {color: #003670; leading: 0px; margin: 0; padding: 0; font-weight: normal;}'
  ]
  ,wmode: 'transparent'
}); 