var rootpath = document.getElementsByTagName('link')[0].getAttribute('href').replace(/css\/global\.css/i,'');
var promisedfreedom = {
  src: rootpath + 'Flash/promisedfreedom.swf'
};
//var interstateregular = {
//  src: rootpath + 'Flash/interstateregular.swf'
//};

sIFR.activate(promisedfreedom);

sIFR.replace(promisedfreedom, {
  selector: 'div.hbox h2'
  ,css: [
  '.sIFR-root {color: #01a9bd; leading: 0px; margin: 0; padding: 0; font-weight: normal;}'
  ]
  ,wmode: 'transparent'
});

sIFR.replace(promisedfreedom, {
  selector: '.mod-content h1'
  ,css: [
  '.sIFR-root {color: #01a9bd; leading: -3px; margin: 0; padding: 0; font-weight: normal;}'
  ]
  ,wmode: 'transparent'
});

sIFR.replace(promisedfreedom, {
  selector: '.mod-contentpanel h2'
  ,css: [
  '.sIFR-root {color: #ffffff; leading: -3px; margin: 0; padding: 0; font-weight: normal;}'
  ]
  ,wmode: 'transparent'
});