var collection = {
  src: '/sifr/flash/collection.swf'
};

var ligature_it = function(str) {
    str=str.replace(/fi/g,'\uFB01') ;
    return str ;
}

sIFR.activate(collection); // From revision 209 and onwards

sIFR.replace(collection, {
    selector: '#content h2',
	wmode: 'transparent',
	  modifyContentString: ligature_it,
    css: [
		  '.sIFR-root  {background: transparent;, color: #ffe99c;, font-size: 40px; margin:-20px;}'
     	 ]
});

sIFR.replace(collection, {
    selector: '#collectioncontent h2',
	wmode: 'transparent',
    modifyContentString: ligature_it,
    css: [
      '.sIFR-root {background: transparent; , color: #ffe99c; , font-size: 40px; }'
         ]
});
