var dinTitle = {
 src: 'http://espacereunion.ca/app/swf/subtitle.swf'
};


var dinSubtitle = {
 src: 'http://espacereunion.ca/app/swf/title.swf'
};


//sIFR.prefetch(din);
//sIFR.activate(dinTitle); // From revision 209 and onwards E33D2F
//sIFR.activate(dinSubtitle); // From revision 209 and onwards E33D2F


sIFR.replaceElement(
				named({
					  sSelector:"h1", 
					  sFlashSrc:"http://espacereunion.ca/app/swf/title.swf", 
					  sColor:"#595a5a", 
					  sLinkColor:"#595a5a", 
					  sHoverColor:"#595a5a", 
					  sFlashVars:"textalign=left",
						sWmode:"transparent"
					  }));
/*
sIFR.replaceElement(
				named({
					  sSelector:"h2", 
					  sFlashSrc:"http://espacereunion.ca/app/swf/subtitle.swf", 
					  sColor:"#7e7f7f", 
					  sLinkColor:"#7e7f7f", 
					  sHoverColor:"#7e7f7f", 
					  sFlashVars:"textalign=left",
						sWmode:"transparent"
					  }));
sIFR.replaceElement(
				named({
					  sSelector:"a.toplink", 
					  sFlashSrc:"http://espacereunion.ca/app/swf/subtitle.swf", 
					  sColor:"#636363", 
					  sLinkColor:"#636363", 
					  sHoverColor:"#636363",
					  sBgColor:"#dbdbdb",
					  sCase: "upper",
					  sFlashVars:"textalign=center&cursor=pointer",
						sWmode:"transparent"
					  }));
sIFR.replaceElement(
				named({
					  sSelector:"#top-header span", 
					  sFlashSrc:"http://espacereunion.ca/app/swf/subtitle.swf", 
					  sColor:"#636363", 
					  sLinkColor:"#636363", 
					  sHoverColor:"#636363",
					  sBgColor:"#dbdbdb",
					  sFlashVars:"textalign=center",
						sWmode:"transparent"
					  }));


sIFR.replace(dinSubtitle, {
selector: 'h2'
 ,wmode: 'transparent'
	,sColor: '#000000'
	,css: [
      '.sIFR-root { color: #000000; leading: 4; font-size:9px;}'
    ]
	
  });
sIFR.replace(dinTitle, {
selector: 'h1'
 ,wmode: 'transparent'
	,sColor: '#000000'
	,css: [
      '.sIFR-root { color: #000000; leading: 4; text-align:left; font-size:16px;}'
    ]
	
  });
*/