var devgothic = {
      src: '/templates/images/devgothic.swf'
    };
	
	sIFR.useStyleCheck = true;
    sIFR.activate(devgothic);
    
    sIFR.replace(devgothic, {
      selector: 'h1',
	  wmode: 'transparent',
      css: [
        '.sIFR-root {color: #e2001a;}'
      ]
    });
    sIFR.replace(devgothic, {
      selector: '.newskop',
	  wmode: 'transparent',
      css: [
        '.sIFR-root {color: #003c21;}'
      ]
    });
