var blenderbold = {
  src: 'http://www.josiahplatt.com/fuor/flash/blenderbold.swf'
};

var blenderthin = {
  src: 'http://www.josiahplatt.com/fuor/flash/blenderthin.swf'
};

sIFR.activate(blenderbold);

sIFR.activate(blenderthin);

sIFR.replace(blenderbold, {
  selector: 'h2',
  wmode: 'transparent',
  css: [
      '.sIFR-root { text-align: left; background-color: #3f3f3f; z-index: 1;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
});
sIFR.replace(blenderbold, {
  selector: 'h5',
  wmode: 'transparent',
  css: [
      '.sIFR-root { text-align: left; background-color: #171717;  z-index: 1;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
});
sIFR.replace(blenderbold, {
  selector: 'h4',
  wmode: 'transparent',
  css: [
      '.sIFR-root { text-align: right; background-color: #171717;  z-index: 1;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
});
sIFR.replace(blenderthin, {
  selector: 'h3',
  wmode: 'transparent',
  css: [
      '.sIFR-root { text-align: left; background-color: #171717;  z-index: 1;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
});