var aller = { src: 'http://www.brianmhansen.com/aller.swf' };

sIFR.activate(aller);

sIFR.replace(aller, {
  selector: '#content h2',
  css: ['.sIFR-root { color: #8facf4; font-size: 34px; }','a { color: #8facf4; text-decoration: none; }', 'a:hover { color: #fff; text-decoration: none; }'],
  wmode: 'transparent',
  tuneHeight: '-5px'
});

sIFR.replace(aller, {
  selector: '#content2 h2',
  css: ['.sIFR-root { color: #8facf4; font-size: 34px; }','a { color: #8facf4; text-decoration: none; }', 'a:hover { color: #fff; text-decoration: none; }'],
  wmode: 'transparent',
  tuneHeight: '-5px'
});

sIFR.replace(aller, {
  selector: '#foot h2',
  css: '.sIFR-root { color: #0d0d0d; font-size: 26px; }',
  wmode: 'transparent'
});
