
var walshes = {
  src: 'walshes.swf'
};

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

sIFR.replace(
  walshes, 
  {
    selector: 'h2.main',
    offsetTop: 15,    
    css: ['.sIFR-root { color:#0138ED; padding: 0; margin:0; font-size: 50px; kerning: -10; }'],
    wmode: 'transparent'
  }
);

sIFR.replace(
  walshes, 
  {
    selector: 'h2.news',
    offsetTop: 15,    
    css: ['.sIFR-root { color:#0138ED; padding: 0; margin:0; font-size: 60px; kerning: -10; text-align: center; }'],
    wmode: 'transparent'
  }
);
