/* Replacement calls. Please see documentation for more information. */


function startFlashReplacement(){

	if(typeof sIFR == "function"){
		sIFR.replaceElement(named({sSelector:"#content h2", sFlashSrc:"flash/goodDogCool.swf", sColor:"#F3A662", sBgColor:"#FFFFFF" , sWmode: "transparent"}));
		sIFR.replaceElement(named({sSelector:"#content h3.special", sFlashSrc:"flash/goodDogCool.swf", sColor:"#FFFFFF", sBgColor:"#FFFFFF" , sWmode: "transparent", nPaddingTop: 10, nPaddingBottom:5, sFlashVars: "offsetLeft=5"}));
	};

}

addToLoader("startFlashReplacement()");