var freight = {
  src: '/sifr/freightMicro-light.swf'
};

sIFR.activate(freight); // From revision 209 and onwards

sIFR.replace(freight, {
  selector: '#moreOnTopics .title',
  css: {'.sIFR-root': {'color': '#333333', 'font-weight': 'bold'}
  	   },
  thickness : 80,
  sharpness : 50
});

sIFR.replace(freight, {
  selector: 'ul#latestInTopics li.title div',
  css: {'.sIFR-root': {'color': '#333333', 'font-weight': 'bold'}
  	   },
  thickness : 80,
  sharpness : 50
});