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

sIFR.activate(trixie);

sIFR.replace(trixie, {
  selector: 'li.main',
  wmode: 'transparent',
  css: [ 'a { text-decoration: none; color: #999999; text-align: center; } a:hover { color: #222222; }' ]
});

sIFR.replace(trixie, {
  selector: 'li.mainselected',
  wmode: 'transparent',
  css: [ 'a { text-decoration: none; color: #000000; text-align: center; } a:hover { color: #000000; }' ]
});

sIFR.replace(trixie, {
  selector: 'li.subnav',
  wmode: 'transparent',
  css: [ 'a { text-decoration: none; color: #999999; text-align: left; } a:hover { color: #222222; }' ]
});

sIFR.replace(trixie, {
  selector: 'li.subnavselected',
  wmode: 'transparent',
  css: [ 'a { text-decoration: none; color: #000000; text-align: left; } a:hover { color: #000000; }' ]
});


sIFR.replace(trixie, {
  selector: '#quote',
  wmode: 'transparent'
});