var sifr = { src: '/scripts/sifr.swf' };


sIFR.activate(sifr);





sIFR.replace(sifr, {
  selector: '#right h1',
  css: '.sIFR-root { background-color: none; color: #090909; text-transform:uppercase;}'
});

sIFR.replace(sifr, {
  selector: '#right h2',
  css: '.sIFR-root { background-color: none; color: #F47920; text-transform:uppercase;}'
});


sIFR.replace(sifr, {
selector: '#right p#intro',
 	css: ['.sIFR-root { background-color: none; color: #090909}',
 		   'a { text-decoration: none; color: #F47920;}',
		   'a:hover  { text-decoration: none; color: #F47920;}'
 		 ]
 
 }); 


sIFR.replace(sifr, {
  selector: '#further-left h1, #subscribe h1',
  css: '.sIFR-root { background-color: none; color: #090909; text-transform:uppercase;}'
});













