var rockwell = { src: 'rockwell.swf' };

sIFR.activate(rockwell);  

sIFR.replace(rockwell, {
    selector: '#footer_home h3, #footer h3'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #000000;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #000000 }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(rockwell, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #003366;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #003366 }'
      ,'a:hover { color: #003366 }'
    ]
	,wmode: 'transparent'
  });
  
 sIFR.replace(rockwell, {
    selector: 'h2, h3'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #000000;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #000000 }'
    ]
	,wmode: 'transparent'
  });