var frugal = { src: '/frugal.swf' }; var bliss2light = { src: '/bliss2light.swf' }; sIFR.activate(frugal, bliss2light); // Inside Pages sIFR.replace(bliss2light, { selector: 'h1' ,css: [ '.sIFR-root { color:#8A8377; text-align:left; font-weight: normal;}' ,'a { text-decoration: none; color:#8A8377}' ,'a:link { color: #8A8377; }' ,'a:hover { color: #d93903; }' ] ,wmode: 'transparent' ,offsetTop: '-5px' ,tuneHeight: '-8px' }); sIFR.replace(bliss2light, { selector: 'h2' ,css: [ '.sIFR-root { color:#8A8377; text-align:left; font-weight: normal;}' ,'a { text-decoration: none; color:#8A8377}' ,'a:link { color: #8A8377; }' ,'a:hover { color: #d93903; }' ] ,wmode: 'transparent' ,offsetTop: '-5px' ,tuneHeight: '-8px' }); sIFR.replace(bliss2light, { selector: 'h3' ,css: [ '.sIFR-root { color:#8A8377; text-align:left; font-weight: normal;}' ,'a { text-decoration: none; color:#8A8377}' ,'a:link { color: #8A8377; }' ,'a:hover { color: #d93903; }' ] ,wmode: 'transparent' ,offsetTop: '-5px' ,tuneHeight: '-8px' });