/* THIS IS THE CODE THAT DOES THE FLASH REPLACEMENT OF THE TITLES */
if(typeof sIFR == "function"){
	// This is the preferred "named argument" syntax
    sIFR.replaceElement (
        named ({ 
            sSelector:"#pageTitleContainer h2, #errorPageTitleContainer h2", 
            sFlashSrc:appJSGlobals.mediaBinUrl + "/app/cda/swf/Garamond.swf", 
            sColor:"#444444", 
            sLinkColor:"#444444", 
            sBgColor:"", 
            sHoverColor:"#CCCCCC", 
            nPaddingTop:0, 
            nPaddingBottom:0, 
            sFlashVars:"",
			sWmode:"transparent"
        })
    );	
};	