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

var HNB = {  
    src: 'flash/HN.swf'  
};  

sIFR.activate(HN);  
sIFR.activate(HNB);  

sIFR.replace(HN, {
selector: 'h1'
,css: [
  '.sIFR-root { text-align: left; color: #000000; font-weight: bold; font-size: 21px; margin: 0; padding: 0; line-height: 1em;}'
], wmode: 'transparent'
});