var rockwell = {
      src: 'swf/rockwell.swf'
          };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate( rockwell);

    sIFR.replace(rockwell, {
      selector: 'h2'
      ,css: [
        '.sIFR-root {  font-weight: bold; color: #636261; letter-spacing: 1;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
        
      ], wmode: 'transparent'
    });
    
    sIFR.activate( rockwell);

    sIFR.replace(rockwell, {
      selector: 'h3'
      ,css: [
        '.sIFR-root {  font-weight: bold; color: #848484; letter-spacing: 1;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #848484; }'
        ,'a:hover { color: #ffffff; }'
        
      ], wmode: 'transparent'
    });
    
    
    

