var helveticaNeueLight = {  
	src: 'http://www.michelinas.ca/english/wp-content/themes/michelinas-v2.0/code/sifr/flash/helvetica-neue-light.swf'  
};
   
sIFR.activate(helveticaNeueLight);
   
sIFR.replace(helveticaNeueLight, {  
	selector: 'h1, h2, h4'
	,wmode: 'transparent'
	,css: [ 
		'.sIFR-root { color: #ffffff;}'
       	,'a { color: #ffffff; }'  
       	,'a:link { color: #ffffff; text-decoration: none;}'  
       	,'a:hover { color: #ffffff; text-decoration: underline; }'  
  	]
});

