var plexes = { src: '/sifr/plexes.swf' }; 
sIFR.prefetch(plexes); 
sIFR.delayCSS = true; 
sIFR.activate(plexes); 
sIFR.replace(plexes, { selector: 'h2, h3, h4, .plexes, #plexes' ,css: [ '.sIFR-root {color:'+colourStyle+';}' ,'a {color:'+colourStyle+'; text-decoration: underline; font-weight:normal; }' ,'a:link {color:'+colourStyle+'; text-decoration: underline; font-weight:normal; }' ,'a:hover {color:'+colourStyle+'; text-decoration: underline; font-weight:normal; }' ,'a:visited { color: '+colourStyle+'; text-decoration: underline }' ,'em { color: '+colourStyle+'; font-style:normal; font-weight:normal; }' ,'strong {  font-weight:normal; font-style:normal; }' ] ,offsetTop:0 ,marginBottom: 0 ,verticalSpacing: 0 ,wmode: 'transparent' });

sIFR.replace(plexes, {
  selector: 'p.home_promo_title',
  css: '.sIFR-root { background-color: #F9F9F9; color: #ffffff; }',
  wmode: 'transparent'
});
/*sIFR.replace(plexes,{
  selector: '#social_media li a.sm_txt',
	css:['.sIFR-root { color: #ffffff; background-color:#A386be }',
	'.sIFR-root a { color: #ffffff; text-decoration: none; }',
	'.sIFR-root a:hover { color: #000000; text-decoration: none; cursor:pointer }',
	'.sIFR-root a:visited { color: #ffffff; text-decoration: none; }']
});*/


//strong { color: '+colourStyle+'; font-weight:normal; font-style:normal; }