var telenor_light = {
  src: 'http://jobs.surveyormagazine.com/library/flash/ttf_forever_extrabold.swf'
};
var telenor = {
  src: 'http://jobs.surveyormagazine.com/library/flash/ttf_forever_extrabold.swf'
};

sIFR.activate(telenor_light, telenor); // From revision 209 and onwards

sIFR.replace(telenor_light, {
  selector: 'h1'
  ,css: {
	'.sIFR-root': { 'color': '#00b6ea', 'leading': -3 }	
	}
});

sIFR.replace(telenor_light, {
  selector: 'p.standFirst'
  ,css: {
	'.sIFR-root': { 'color': '#444d56', 'leading': -2 }	
	}
});


sIFR.replace(telenor_light, {
  selector: 'h2'
  ,css: {
	'.sIFR-root': { 'color': '#292727', 'leading': -3 }	
	}
});


sIFR.replace(telenor_light, {
  selector: 'h2.titleBg'
  ,css: {
	'.sIFR-root': { 'color': '#387eb8', 'background-color': '#ff0000', 'leading': -3 }	
	}
});





/*

sIFR.replace(telenor, {
  selector: 'h3',
  wmode: 'transparent'
  ,css: {
	'.sIFR-root': { 'color': '#343333', 'leading': -3, 'background-color': '#ff0000' }	
	}
});
*/


sIFR.replace(telenor, {
  selector: 'h3',
  wmode: 'transparent'
  ,css: {
	'.sIFR-root': { 'color': '#343333', 'leading': -3 }	
	}
});

// this allows different bg colours behind headers

sIFR.replace(telenor, {
      selector: 'h2.filterH',
      wmode: 'transparent'
});

