/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/
var badaboom = { src: '/asset/template/img/badaboom.swf' };
sIFR.activate(badaboom);

sIFR.replace(badaboom, {
selector: '#announcement .date',
css: '.sIFR-root { color: #000000; } a { color: #000000; text-decoration: underline; } a:hover { color: #000000; text-decoration: none;}',
wmode: 'transparent'
});
sIFR.replace(badaboom, {
selector: '#announcement .event',
css: '.sIFR-root { color: #e42312; } a { color: #e42312; text-decoration: underline; } a:hover { color: #e42312; text-decoration: none;}',
wmode: 'transparent'
});
sIFR.replace(badaboom, {
selector: '.center-title span',
css: '.sIFR-root { color: #ffffff; } a { color: #ffffff; text-decoration: underline; } a:hover { color: #ffffff; text-decoration: none;}',
wmode: 'transparent',
filters: {
	GlowFilter: {
	  knockout: false
	  ,inner: false
	  ,color: '#000000'
	  ,blurY: 4
	  ,blurX: 4
	  ,strength: 20
	}
  }
});
sIFR.replace(badaboom, {
	selector: '.color-box h2',
	css: '.sIFR-root { color: #000000; text-align: center; } a { color: #000000; text-decoration: none; } a:hover { color: #000000; text-decoration: none;}',
	wmode: 'transparent',
	filters: {
		GlowFilter: {
		  knockout: false
		  ,inner: false
		  ,color: '#ffffff'
		  ,blurY: 4
		  ,blurX: 4
		  ,strength: 20
		}
	  }
	});
sIFR.replace(badaboom, {
	selector: '#interests .block',
	css: '.sIFR-root { color: #000000; text-align: center; } a { color: #000000; text-decoration: none; } a:hover { color: #42a4f3; text-decoration: none;}',
	wmode: 'transparent',
	filters: {
		GlowFilter: {
		  knockout: false
		  ,inner: false
		  ,color: '#ffffff'
		  ,blurY: 4
		  ,blurX: 4
		  ,strength: 8
		}
	  }
	});