var agenda = {
    src: 'agenda.swf'
    
  };

  

  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(agenda);
  
  sIFR.replace(agenda, {
    selector: 'h1'
	,css: [
     '.sIFR-root { text-align: left; font-weight: normal; font-size: 16px;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
	   	
    ]
,wmode: 'transparent'
  });
  
    sIFR.replace(agenda, {
    selector: 'h2'
	,css: [
     '.sIFR-root { text-align: left; font-weight: normal; color: #592647;}'
      ,'a { color: #ffffff; }'
      ,'a:link { color: #fffff; }'
      ,'a:hover {  color: #ffffff; text-decoration: none; }'
	   	
    ]
,wmode: 'transparent'
  });
	
	    sIFR.replace(agenda, {
    selector: 'h3'
	,css: [
     '.sIFR-root { text-align: left; font-weight: normal; color: #ffffff; font-size: 16px;}'
      ,'a { text-decoration: underline;}'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; text-decoration: none;}'
	   	
    ]
,wmode: 'transparent'
  });