    var rockwell = {
      src: 'rockwell.swf'
  };
      var helv = {
      src: 'sifr.swf'
  };

  

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(rockwell,helv);

 
  
 
  

  
sIFR.replace(helv, {
  selector: 'h1',
  css: '.sIFR-root {font-size:26px; leading:1; line-height:1; font-weight:bold; color: #333333;}'
   ,wmode: 'transparent'
});
sIFR.replace(rockwell, {
  selector: '#subNavPanel h2',
  css: '.sIFR-root {font-size:26px; leading:1; line-height:1; color: #ffffff;}'
   ,wmode: 'transparent'
});
sIFR.replace(rockwell, {
  selector: '#whatshappening h2',
  css: '.sIFR-root {font-size:24px; leading:1; line-height:1; color: #ffffff;}'
   ,wmode: 'transparent'
});
sIFR.replace(rockwell, {
  selector: 'blockquote',
  css: '.sIFR-root {font-size:13px; leading:0.7em; line-height:0.9em; color: #ffffff;}'
   ,wmode: 'transparent'
});
sIFR.replace(rockwell, {
  selector: 'cite',
  css: '.sIFR-root {font-size:10px; leading:0.8em; line-height:1; font-weight:bold; color: #222222;}'
   ,wmode: 'transparent'
});
sIFR.replace(helv, {
  selector: '.panel h2',
  css: '.sIFR-root {font-size:18px; leading:1; line-height:1; font-weight:bold; color: #444444;}'
   ,wmode: 'transparent'
});
sIFR.replace(helv, {
  selector: '#extraContent h2',
  css: '.sIFR-root {font-size:18px; leading:1; line-height:1; font-weight:bold; color: #444444;}'
   ,wmode: 'transparent'
});
sIFR.replace(helv, {
  selector: '#introText',
  css: '.sIFR-root {font-size:16px; leading:-2em; line-height:1em; padding-bottom:20px; font-weight:bold; color: #666666;}'
   ,wmode: 'transparent'
});
sIFR.replace(helv, {
  selector: '.prodItem h2',
  css: '.sIFR-root {font-size:16px; leading:-2em; line-height:1em; padding-bottom:20px; font-weight:bold; color: #666666;}'
   ,wmode: 'transparent'
});


