var tradegothic = {
  src: 'http://www.rheipharma.com/images/tradegothic.swf'
};

sIFR.activate(tradegothic); // From revision 209 and onwards

sIFR.replace(tradegothic, {

  selector: 'h2'
  ,filters: {
	  DropShadow: {
		knockout: false
		,distance: 2
		,color: '#244568'
		,strength: 2
	  }
	}
	,wmode: 'transparent'
  ,css: {
		'.sIFR-root': { 'color': '#7D9ABB', 'letter-spacing': -.8 
	  }
	}
});


sIFR.replace(tradegothic, {
			 
  selector: '.spotlighttitle'
  ,wmode: 'transparent'
  ,css: {
		'.sIFR-root': { 'color': '#CCFFB2', 'letter-spacing': -.5 
	  }
	}
});