var avenir35 = { src: '../public/flash/avenir35.swf' };
var avenirBold = { src: '../public/flash/avenirBold.swf' };

sIFR.activate(avenir35, avenirBold);

sIFR.replace(avenir35, {
  selector: '.bodyText',
  css: [ 
  	'.sIFR-root {background: transparent; color: #808080; font-size: 13px;}'
  	,'a {text-decoration: none; color: #5a96e8;}'
	,'a:link {text-decoration: none; color: #5a96e8;}'
	,'a:hover {text-decoration: underline; color: #5a96e8;}'
  	]
  ,wmode: 'transparent'
});
sIFR.replace(avenir35, {
  selector: '#twitter_update_list li',
  css: [ 
  	'.sIFR-root {background: transparent; color: #808080; font-size: 11px;}'
  	,'a {text-decoration: none; color: #5a96e8;}'
	,'a:link {text-decoration: none; color: #5a96e8;}'
	,'a:hover {text-decoration: underline; color: #5a96e8;}'
  	]
  ,wmode: 'transparent'
});

sIFR.replace(avenir35, {
  selector: '.bodyText li',
  css: '.sIFR-root {background: transparent; color: #808080; font-size: 13px; white-space: nowrap;}'
  ,wmode: 'transparent'
});

sIFR.replace(avenirBold, {
  selector: '.headerText',
  css: '.sIFR-root {background: transparent; color: #85c55c; font-size: 20px; text-transform: uppercase; font-weight:bold; letter-spacing: -1.5;}'
  ,wmode: 'transparent'
});