var sifr = { src: '/scripts/sifr.swf' };


sIFR.activate(sifr);



sIFR.replace(sifr, {
  selector: '#section1 h2, #section2 h2, #section3 h2, #section4 h2, #section5 h2,  #section6 h2, #footer h4, #further-news h3',
  css: '.sIFR-root { background-color: none; color: #565656; text-transform:uppercase;}'
});

sIFR.replace(sifr, {
  selector: '#social-networking p, #member-signup p, #further-signup h3',
  css: '.sIFR-root { background-color: none; color: #3F3F3F; text-transform:uppercase;}'
});




sIFR.replace(sifr, {
 selector: '#banner-left h1', 
 	css: ['.sIFR-root { background-color: none; color: #ffffff; text-transform:uppercase;}',
 		   'a { text-decoration: none; color: #ffffff; font-size:30px; text-transform:uppercase;}',
		   'a:hover  { text-decoration: none; color: #ffffff; font-size:30px; text-transform:uppercase;}'
 		 ]
 
 }); 

sIFR.replace(sifr, {
 selector: '#banner-left h2', 
 	css: ['.sIFR-root { background-color: none; color: #ffffff; text-transform:uppercase;}',
 		   'a { text-decoration: none; color: #ffffff; font-size:30px; text-transform:uppercase;}',
		   'a:hover  { text-decoration: none; color: #ffffff; font-size:30px; text-transform:uppercase;}'
 		 ]
 
 }); 

sIFR.replace(sifr, {
 selector: '#bm-blog h2, #family-fun h2, #fhe h2 ', 
 	css: ['.sIFR-root { background-color: none; color: #3F3F3F; text-transform:uppercase;}',
 		   'a { text-decoration: none; color: #3F3F3F; font-size:30px; text-transform:uppercase;}',
		   'a:hover  { text-decoration: none; color: #3F3F3F; font-size:30px; text-transform:uppercase;}'
 		 ]
 
 });















