/* ------------------------------------------------------------ */ /* inline flash font replacement */ /* ------------------------------------------------------------ */ var KnowledgeLight = { src: 'http://online.thomsonreuters.com:80/fisi/Content/KnowledgeLight.swf' }; sIFR.activate(KnowledgeLight); var KnowledgeMedium = { src: 'http://online.thomsonreuters.com:80/fisi/Content/KnowledgeMedium.swf' }; sIFR.activate(KnowledgeMedium); sIFR.replace(KnowledgeLight, { selector: 'h2.PageHeader', transparent: true, fixFocus: true, forceSingleLine: true, css: [ '.sIFR-root { color: #666666; background-color: transparent; text-align: left; }', 'a { color: #0078ae; text-decoration: none; }', 'a:link { color: #0078ae; }', 'a:hover { color: #75b2d5; }' ] }); sIFR.replace(KnowledgeMedium, { selector: 'h2', transparent: true, fixFocus: true, forceSingleLine: true, css: [ '.sIFR-root { color: #666666; background-color: transparent; text-align: left; }', 'a { color: #0078ae; text-decoration: none; }', 'a:link { color: #0078ae; }', 'a:hover { color: #75b2d5; }' ] }); sIFR.replace(KnowledgeMedium, { selector: 'h3', transparent: true, fixFocus: true, forceSingleLine: true, css: [ '.sIFR-root { color: #ff9100; background-color: transparent; text-align: left; }', 'a { color: #0078ae; text-decoration: none; }', 'a:link { color: #0078ae; }', 'a:hover { color: #75b2d5; }' ] });