var agendabold = {
  src: 'http://www.zoominfo.com/About/x/agenda2test.swf'
};

sIFR.activate(agendabold); // From revision 209 and onwards

sIFR.replace(agendabold, {
  selector: 'h1'
});

var agendaregular = {
  src: 'http://www.zoominfo.com/About/x/agenda-white.swf'
};

sIFR.activate(agendaregular); // From revision 209 and onwards

sIFR.replace(agendaregular, {
  selector: 'h4'
	,css: {
		'.sIFR-root' : { 'color': '#FFFFFF' }
	}
});