 var agenda = {
    src: '/assets/flash/agenda.swf'
};

  sIFR.activate(agenda);

// styling H1

	sIFR.replace(agenda, {
    selector: 'h1'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #cadb2a; text-transform: none; font-size:30px;} strong { color: #cadb2a; font-weight:normal; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #757575 }'
      ,'a:hover { color: #c0d32f }'
    ]
  });
// styling H2

	sIFR.replace(agenda, {
    selector: '#homepage h2'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,offsetTop: '-7'
	,tuneHeight: '-11'
	,css: [
      '.sIFR-root { color: #ffffff; text-transform: none; font-size:24px; font-weight:bold; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #757575 }'
      ,'a:hover { color: #c0d32f }'
    ]
  });
	
	sIFR.replace(agenda, {
    selector: '#homepage h2'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #C1D72E; text-transform: none; font-size:24px; font-weight:bold; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #757575 }'
      ,'a:hover { color: #c0d32f }'
    ]
  });

	sIFR.replace(agenda, {
    selector: 'h3.plot-title, h3#FloorIndicator'
	,forceWidth: 'true'
	,offsetTop: '-4'
	,tuneHeight: '-8'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #cadb2a; text-transform: none; font-size:22px;} strong { color: #cadb2a; font-weight:normal; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #cadb2a; text-decoration:underline; }'
      ,'a:hover { color: #cadb2a; text-decoration:none; }'
    ]
  });
	

	sIFR.replace(agenda, {
    selector: '.flover h3'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #585858; text-transform: none; font-size:22px; text-align:right;} strong { color: #cadb2a; font-weight:normal; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #585858 }'
      ,'a:hover { color: #585858 }'
    ]
  });

	sIFR.replace(agenda, {
    selector: 'h3'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #cadb2a; text-transform: none; font-size:22px;} strong { color: #cadb2a; font-weight:normal; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #757575 }'
      ,'a:hover { color: #c0d32f }'
    ]
  });
	

// Telephone number
	sIFR.replace(agenda, {
    selector: '#header span'
	,forceWidth: 'true'
	,offsetTop: '-5'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; text-transform: none; font-size:18px;} strong{ color:#B9D300; font-size:22px;} '
      ,'a { text-decoration: none }'
      ,'a:link { color: #757575 }'
      ,'a:hover { color: #c0d32f }'
    ]
  });
	
	sIFR.replace(agenda, {
    selector: '#header p strong'
	,forceWidth: 'true'
	,offsetTop: '-3'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { text-transform: none; color:#B9D300; font-size:22px;} '
      ,'a { text-decoration: none }'
      ,'a:link { color: #757575 }'
      ,'a:hover { color: #c0d32f }'
    ]
  });
	
	sIFR.replace(agenda, {
    selector: '#finder strong'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { text-transform: none; color:#B9D300; font-size:23px;} '
      ,'a { text-decoration: none }'
      ,'a:link { color: #757575 }'
      ,'a:hover { color: #c0d32f }'
    ]
  });
	
	sIFR.replace(agenda, {
    selector: '#secondary-navigation ul li'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,tuneHeight: '5'
	,offsetTop: '4'
	,css: [
      '.sIFR-root { text-transform: none; color:#ffffff; font-size:24px; text-align: center;} '
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
  });
		
	sIFR.replace(agenda, {
    selector: 'p.title'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { text-transform: none; color:#ffffff; font-size:22px;} strong{color:#B9D300;} '
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
  });
	
	sIFR.replace(agenda, {
    selector: 'p.bottom-text'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { text-transform: none; color:#B9D300; font-size:18px;} '
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
  });
	
	sIFR.replace(agenda, {
    selector: '.flover h3'
	,forceWidth: 'true'
	,offsetTop: '-2'
	,tuneHeight: '-5'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { text-transform: none; color:#666666; font-size:22px; text-align: right; } '
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
  });