var tahoma = {
  src: '/flash/tahoma.swf'
};

sIFR.fitExactly = true;
sIFR.activate(tahoma); // From revision 209 and onwards

sIFR.replace({
    selector: 'h2.homePageTitle',
    src: '/flash/tahoma.swf',
    css: {
      '.sIFR-root': { 'color': '#666666', 'font-weight': 'bold', 'background-color': '#dbe2df' }
    },
	 wmode: 'transparent'
  });

sIFR.replace({
    selector: 'h3',
	 src: '/flash/tahoma.swf',
	 css: {
      '.sIFR-root': { 'color': '#333333', 'font-weight': 'bold' }
    },
	 wmode: 'transparent'
  });



