var KO_Featherweight = { src: '/js/sifr3/flash/Knockout_48Featherweight.swf' }; var KO_Lightweight = { src: '/js/sifr3/flash/Knockout_49Lightweight.swf' }; var KO_Welterweight = { src: '/js/sifr3/flash/Knockout_50Welterweight.swf' }; // You probably want to switch this on, but read first. // sIFR.useStyleCheck = true; sIFR.activate(KO_Featherweight, KO_Lightweight, KO_Welterweight); /************************************************************** h1 ***************************************************************/ sIFR.replace(KO_Welterweight, { selector: 'h1' ,css: [ '.sIFR-root {color: #b1b1b1;letter-spacing: .4; }'] ,wmode: 'transparent' }); /************************************************************** .main-content h2 ***************************************************************/ sIFR.replace(KO_Lightweight, { selector: '.main-content h2' ,css: [ '.sIFR-root {color: #f76400; letter-spacing:-.5; margin-bottom:0px;}'] ,wmode: 'opaque' }); /************************************************************** .main-content h4 ***************************************************************/ sIFR.replace(KO_Welterweight, { selector: '.main-content h4' ,css: [ '.sIFR-root {color: #f78600; text-transform:uppercase;}'] ,wmode: 'opaque' }); /************************************************************** .tid-bits h3 ***************************************************************/ sIFR.replace(KO_Lightweight, { selector: '.tid-bits h3' ,css: [ '.sIFR-root {color: #f78600; text-transform:uppercase;}'] ,wmode: 'transparent' }); /************************************************************** #promo-content-box h2 ***************************************************************/ sIFR.replace(KO_Lightweight, { selector: '#promo-content-box h2' ,css: [ '.sIFR-root {color: #f66700; margin-bottom:0px; }'] ,wmode: 'transparent' }); /************************************************************** .content-list-item h2 ***************************************************************/ sIFR.replace(KO_Welterweight, { selector: '.content-list-item h2' ,css: [ '.sIFR-root {color: #505050; text-transform:uppercase;}'] });