//--------------------------------------------------------
// For sIFR
var avenir = {
  src: '/shared/swf/avenir.swf'
};
// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(avenir);
sIFR.replace(avenir, {
  selector: 'h1'
  ,css: {
	'.sIFR-root': { 'color': '#666666' }
  	}
  ,wmode: 'transparent'
  ,fitExactly: true
});
sIFR.replace(avenir, {
  selector: 'h2'
  ,css: ['a { color: #666666; text-decoration: none; }', 'a:hover { color: #FF0000; }', '.sIFR-root {color: #666666;}']
  ,wmode: 'transparent'
  ,fitExactly: true
});
sIFR.replace(avenir, {
  selector: 'h3'
  ,css: {
	'.sIFR-root': { 'color': '#666666' }
  	}
  ,wmode: 'transparent'
  ,fitExactly: true
});
