var testimonial = { src: 'http://www.abilitypeople.com/sifr/georgia.swf' }; // You probably want to switch this on, but read first. // sIFR.useStyleCheck = true; sIFR.activate(testimonial); sIFR.replace(testimonial, { selector: '#testimonial h3', wmode:'transparent' ,css: [ '.sIFR-root { text-align: left; font-size:16px; font-weight: normal; font-style:italic; color:#817a6f; }' ,'a { text-decoration: none; }' ,'strong { font-weight:bold; color:#333333; }' ,'a:link { color:#333333; }' ,'a:hover { color: #333333; }' ] }); var smallh2 = { src: 'http://www.abilitypeople.com/sifr/georgia.swf' }; // You probably want to switch this on, but read first. // sIFR.useStyleCheck = true; sIFR.activate(smallh2); sIFR.replace(smallh2, { selector: '#contentArea h1', wmode:'transparent' ,css: [ '.sIFR-root { text-align: left; font-size:23px; font-weight: normal; color:#333333; }' ,'a { text-decoration: none; }' ,'strong { font-weight:bold; color:#333333; }' ,'a:link { color:#333333; }' ,'a:hover { color: #333333; }' ] });