var reaction = {

  src: 'http://www.reaction-online.org/reaction.swf'

};





sIFR.activate(reaction); // From revision 209 and onwards



   sIFR.replace(reaction, {

    selector: '#titleHome'

	    ,css: [

      '.sIFR-root { color: #bdd91a; leading: 0;}'

	  	 ,'a { text-decoration: none }'

      ,'a:link { color: #bdd91a }'

      ,'a:hover { color: #bdd91a }'

    ]

	,wmode: 'transparent'

  });

  sIFR.replace(reaction, {

    selector: 'h2'

	    ,css: [

      '.sIFR-root { color: #bdd91a; leading: 5;}'

	  	 ,'a { text-decoration: none }'

      ,'a:link { color: #bdd91a }'

      ,'a:hover { color: #bdd91a }'

    ]

	,wmode: 'transparent'

  });

  sIFR.replace(reaction, {

    selector: '.eventBook'

	    ,css: [

      '.sIFR-root { color: #bdd91a; leading: 0;}'

	  	 ,'a { text-decoration: none }'

      ,'a:link { color: #bdd91a }'

      ,'a:hover { color: #242021 }'

    ]

	,wmode: 'transparent'

  });

  sIFR.replace(reaction, {

    selector: '.footerGreen'

	    ,css: [

      '.sIFR-root { color: #bdd91a; leading: 0;}'

	  	 ,'a { text-decoration: none }'

      ,'a:link { color: #bdd91a }'

      ,'a:hover { color: #bdd91a }'

    ]

	,wmode: 'transparent'

  });

  sIFR.replace(reaction, {

    selector: '.footerWhite'

	    ,css: [

      '.sIFR-root { color: #FFFFFF; leading: 0;}'

	  	 ,'a { text-decoration: none }'

      ,'a:link { color: #FFFFFF }'

      ,'a:hover { color: #FFFFFF }'

    ]

	,wmode: 'transparent'

  });

  sIFR.replace(reaction, {

    selector: '.twitterTitle'

	    ,css: [

      '.sIFR-root { color: #58585A; leading: 0;}'

	  	 ,'a { text-decoration: none }'

      ,'a:link { color: #58585A}'

      ,'a:hover { color: #58585A }'

    ]

	,wmode: 'transparent'

  });

  sIFR.replace(reaction, {

    selector: '.newsSplashTitle'

	    ,css: [

      '.sIFR-root { color: #58585A; leading: 0;}'

	  	 ,'a { text-decoration: none }'

      ,'a:link { color: #58585A }'

      ,'a:hover { color: #58585A }'

    ]

	,wmode: 'transparent'

  });
  
  