var myriad = {
  src: '/a/sifr/myriad.swf'
};

sIFR.activate(myriad);

sIFR.replace(myriad, {
  selector: '#sidebar h2',
  css: [ '.sIFR-root {color: #40778b;}' ],
  wmode: 'transparent'
});
sIFR.replace(myriad, {
  selector: '#content h2',
  css: [ '.sIFR-root {color: #3898bc;}' 
	  ,'a { text-decoration: none; color: #990000;}'
      ,'a:hover { color: #FF0000;}'],
  wmode: 'transparent'
});

sIFR.replace(myriad, {
  selector: '#content h3',
  css: [ '.sIFR-root {color: #40778b;}'
	  ,'a { text-decoration: none; color: #990000;}'
      ,'a:hover { color: #FF0000;}'],
  wmode: 'transparent'
});
sIFR.replace(myriad, {
  selector: '#content h4',
  css: [ '.sIFR-root {color: #3898bc;}' 
	  ,'a { text-decoration: none; color: #990000;}'
      ,'a:hover { color: #FF0000;}'],
  wmode: 'transparent'
});
sIFR.replace(myriad, {
  selector: '#content h5',
  css: [ '.sIFR-root {color: #777777;}' 
	  ,'a { text-decoration: none; color: #990000;}'
      ,'a:hover { color: #FF0000;}'],
  wmode: 'transparent'
});
sIFR.replace(myriad, {
  selector: '#news h2',
  css: [ '.sIFR-root {color: #40778b;}'
	  ,'a { text-decoration: none; color: #3898bc;}'
      ,'a:hover { color: #FF0000;}'],
  wmode: 'transparent'
});
sIFR.replace(myriad, {
  selector: '#sideContent h2',
  css: [ '.sIFR-root {color: #40778b;}' ],
  wmode: 'transparent'
});
sIFR.replace(myriad, {
  selector: '#sideContent h3',
  css: [ '.sIFR-root {color: #40778b;}' ],
  wmode: 'transparent'
});
sIFR.replace(myriad, {
  selector: '#sideContent h4',
  css: [ '.sIFR-root {color: #40778b;}' ],
  wmode: 'transparent'
});
sIFR.replace(myriad, {
  selector: '#sideContent h5',
  css: [ '.sIFR-root {color: #40778b;}' ],
  wmode: 'transparent'
});
sIFR.replace(myriad, {
  selector: '#sideContent h6',
  css: [ '.sIFR-root {color: #999999;}' ],
  wmode: 'transparent'
});




