var tradegothic = {
  src: 'http://www.studio1440.com/clients/cleandiesel/beta/images/tradegothic.swf'
};


sIFR.activate(tradegothic); // From revision 209 and onwards


sIFR.replace(tradegothic, {

  selector: 'h1'
  ,wmode: 'transparent'
  ,css: {
		'.sIFR-root': { 'color': '#FFFFFF', 'letter-spacing': -1.5 
	  }
	}
});


sIFR.replace(tradegothic, {

  selector: 'h2'
  ,wmode: 'transparent'
  ,css: {
		'.sIFR-root': { 'color': '#999999', 'font-weight': 'bold', 'letter-spacing': -.8 
	  }
	}
});


sIFR.replace(tradegothic, {
			 
  selector: '.calloutsentence'
  ,wmode: 'transparent'
  //,leading: '300'
  ,css: {
		'.sIFR-root': { 'color': '#692744', 'font-weight': 'bold', 'letter-spacing': -.5 
	  }
	}
});