var font = { src: '/flash/callhosted_font.swf' }; sIFR.activate(font); sIFR.replace(font, { fitexactly: true, selector: 'h1.home', css: {'.sIFR-root': {'color': '#353535'}}, wmode: 'transparent' }); sIFR.replace(font, { fitexactly: true, selector: 'h1', css: {'.sIFR-root': {'color': '#353535'}}, wmode: 'transparent' }); sIFR.replace(font, { fitexactly: true, selector: 'h2', css: [ '.sIFR-root {color: #60A4FF}', 'a { text-decoration: none; }', 'a:link { color: #60A4FF; }', 'a:hover { color: #60A4FF; }' ], underline:false, wmode: 'transparent' }); /* sIFR.replace(font, { fitexactly: true, selector: 'h2', css: {'.sIFR-root': {'color': '#60a4ff', 'font-weight': 'bold'}}, wmode: 'transparent' }); */ sIFR.replace(font, { fitexactly: true, selector: 'h4', css: {'.sIFR-root': {'color': '#ffffff', 'font-weight': 'bold'}}, wmode: 'transparent' });