if(typeof sIFR == "function"){

sIFR.replaceElement
(
	named
	(
		{
		    sSelector: ".textbox h1",
		    sFlashSrc: "/Frontend/FuturaND.swf",
		    sColor: "#111111",
		    sLinkColor: "#111111",
		    sBgColor: null,
		    sHoverColor: "#111111",
		    nPaddingTop: 0,
		    nPaddingBottom: 0,
		    sFlashVars: "textalign=left&offsetTop=0"
		}
	)
);
sIFR.replaceElement
(
	named
	(
		{
		sSelector:"h1", 
		sFlashSrc:"/Frontend/FuturaND.swf", 
		sColor:"#111111", 
		sLinkColor:"#111111", 
		sBgColor:null,
		sHoverColor: "#111111", 
        sCase: "upper",
		nPaddingTop:0, 
		nPaddingBottom:0,
		sFlashVars:"textalign=left&offsetTop=0"
		}
	)
);

};


