var avantGarde = { src: 'assets/flash/sifr.swf' };
sIFR.activate(avantGarde);
sIFR.replace(avantGarde, {
  selector: '#mainContent h1',
  wmode: 'transparent',
  css: [
        '.sIFR-root { background: transparent; color: #005596; text-transform: uppercase; }',
        'a { cursor: pointer; color: #005596; }',
        'a:hover { color: #00BFE5; text-decoration: underline } '
       ]
});
sIFR.replace(avantGarde, {
	selector: '#homepageIntroInner h2',
	wmode: 'transparent',
	css: [
	      '.sIFR-root { background: transparent; color: #005596; text-transform: uppercase; }',
	      'a { cursor: pointer; color: #005596; }',
	      'a:hover { color: #00BFE5; text-decoration: underline } '
	      ]
});
