 var agenda = {
    src: '/assets/flash/Agenda.swf'
};

  sIFR.activate(agenda);

	sIFR.replace(agenda, {
    selector: '#content-top strong.register'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; text-transform: none; text-align:right; font-size:14px;}'
    ]
  });

	sIFR.replace(agenda, {
    selector: '#content-top strong.phone'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #fcb040; text-transform: none; font-size:20px;}'
    ]
  });

	sIFR.replace(agenda, {
    selector: '.content-footer-box h3'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; text-transform: none; font-size:16px; font-weight:bold;} strong {color: #fcb040;}'
    ]
  });
	sIFR.replace(agenda, {
    selector: 'h1.main-title'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #fcb040; text-transform: none; font-size:24px; font-weight:bold;} strong {color: #fcb040;}'
    ]
  });
	
