var light = { src: 'flash/hnlight.swf' };

sIFR.activate(light);

sIFR.replace(light, {
  selector: 'h1',
  wmode: 'transparent',
  css: [
	'.sIFR-root { color:#5d4e33; font-style: normal;font-size: 23px; }',
	'em { color: #C4D03D; font-style: normal;}',
	] 
  
});


sIFR.replace(light, {
  selector: 'h2',
  wmode: 'transparent',
  css: [
	'.sIFR-root { color:#5d4e33; font-style: normal;font-size: 17px; }',
	'em { color: #C4D03D; font-style: normal;}',
	] 
  
});
