var hn = {
  src: 'flash/hnb.swf'
};

sIFR.activate(hn); 

sIFR.replace(hn, {
  selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-size: 21px; color: #8fc201; margin: 0; padding: 0;}' ,
      'em { font-style: normal; font-weight: bold;}',     
      
    ], wmode: 'transparent'
  });    
  
sIFR.replace(hn, {
  selector: '#sidebar h2'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-size: 18px; color: #465a8e; margin: 0; padding: 0;}' ,
      'em { font-style: normal; font-weight: bold; color: #465a8e; }',        
    ], wmode: 'transparent'
  }); 
  
sIFR.replace(hn, {
selector: 'h2'
,css: [
  '.sIFR-root { text-align: left; font-weight: normal; font-size: 18px; color: #8fc201; margin: 0; padding: 0;}'
], wmode: 'transparent'
});     
