function activate_sIFR() {
	if(typeof sIFR == "function"){
		sIFR();
		sIFR.replaceElement("h1", futura_url, named({sColor: "#FFFFFF", sWmode:"transparent", nPaddingBottom:0})); 
		sIFR.replaceElement("h2", futura_url, named({sColor: "#B06010", sWmode:"transparent"})); 
		sIFR.replaceElement("h3", futura_url, named({sColor: "#745D3A", sWmode:"transparent"})); 
		sIFR.replaceElement("div.syndication-title", futura_url, named({sColor: "#B06010", sWmode:"transparent"})); 
	};
}


