var helen = {
      src: 'img/helen_light.swf'
};
 
sIFR.activate(helen);
 
sIFR.replace(helen, {
      selector: 'h2.new',
      css: [
      '.sIFR-root { font-size: 46px; font-weight: normal; color: #2f6430; text-transform: lowercase; letter-spacing: -2; }'
      ,'a:link { color: #2f6430; text-decoration: none; }'
      ,'a:hover { color: #2f6430; }'
      ],
      tuneWidth: -5, 
      wmode: 'transparent'
});
sIFR.replace(helen, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-size: 34px; font-weight: normal; color: #FFFFFF; text-transform: lowercase; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #FFFFFF; }'
      ],
      tuneWidth: -5, 
      wmode: 'transparent'
});
sIFR.replace(helen, {
      selector: 'h3.new',
      css: [
      '.sIFR-root { font-size: 24px; font-weight: normal; color: #CCCCCC; text-transform: lowercase; letter-spacing: -2; leading: -7; }'
      ,'a:link { color: #2f6430; text-decoration: none; font-size: 120%; }'
      ,'a:hover { color: #2f6430; }'
      ],
      tuneWidth: -5, 
      wmode: 'transparent'
});
sIFR.replace(helen, {
      selector: '.green',
      css: [
      '.sIFR-root { font-size: 30px; font-weight: normal; color: #73AD01; text-transform: lowercase; letter-spacing: -1; leading: -7; }'
      ,'a:link { color: #2f6430; text-decoration: none; }'
      ,'a:hover { color: #2f6430; }'
      ],
      tuneWidth: -5, 
      wmode: 'transparent'
});
