
var rootpath = document.getElementsByTagName('link')[0].getAttribute('href').replace(/favicon\.ico/i,'');
var thesans = {
    src: rootpath + 'flash/thesans.swf'
};

sIFR.activate(thesans);

sIFR.replace(thesans, {
  selector: 'h1.sectiontitle'
  ,css: [
    '.sIFR-root {color: #00529b; margin: 0; padding: 0;}'
  //  ,'em { font-style:normal; color: #999999; }'
  ]
  , wmode: 'transparent'
  , ratios: [7, 1.32, 11, 1.31, 19, 1.23, 27, 1.2, 28, 1.18, 29, 1.19, 37, 1.18, 41, 1.17, 42, 1.18, 57, 1.17, 62, 1.16, 63, 1.17, 89, 1.16, 90, 1.15, 95, 1.16, 97, 1.15, 100, 1.16, 104, 1.15, 106, 1.16, 111, 1.15, 112, 1.16, 118, 1.15, 119, 1.16, 1.15]
});