var main = {

   src: base_url + 'flash/HNlight.swf'

};



sIFR.activate(main); 



sIFR.replace(main, {

    selector: '.rounded-blue-bg h2'

    ,css: [

    '.sIFR-root {color: #FFFFFF; font-size: 22px; line-height: 20px;}'

    ],

    wmode: 'transparent'

}); 



sIFR.replace(main, {

    selector: '#content .dosifr'

    ,css: [

    '.sIFR-root {color: #7f7572; font-size: 22px; line-height: 20px; padding: 0}',

    'em { font-style: normal; font-weight: normal; color: #2cc0cf; }',

    'a { font-style: normal; font-weight: normal; color: #2cc0cf; text-decoration: none }',

    'a:hover { font-style: normal; font-weight: normal; color: #2cc0cf; text-decoration: none }'

    ],

    wmode: 'transparent'

});



sIFR.replace(main, {

    selector: '.sifrwrapper > p'

    ,css: [

    '.sIFR-root {color: #7f7572; font-size: 23px; line-height: 20px; padding: 0}',

    'em { font-style: normal; font-weight: normal; color: #2cc0cf; }',

    'a { font-style: normal; font-weight: normal; color: #2cc0cf; text-decoration: none }',

    'a:hover { font-style: normal; font-weight: normal; color: #2cc0cf; text-decoration: none }'

    ],

    wmode: 'transparent'

});



sIFR.replace(main, {

    selector: 'h2'

    ,css: [

    '.sIFR-root {color: #534a47; font-size: 23px; line-height: 20px;}'

    ],

    wmode: 'transparent'

}); 



sIFR.replace(main, {

    selector: 'h1'

    ,css: [

    '.sIFR-root {color: #534a47; font-size: 22px; line-height: 20px;}'

    ],

    wmode: 'transparent'

}); 




