/* Replacement calls for document at root level */
function sIFR_root() {
	if(typeof sIFR == "function"){

// This is the preferred "named argument" syntax
											sIFR.replaceElement(named({sSelector:"h1", sFlashSrc:"papyrus.swf", sColor:"#d69d2b", sBgColor:"#f8f8f8", sWmode:"transparent", sFlashVars:"textalign=right"}));

											sIFR.replaceElement(named({sSelector:"h2, legend", sFlashSrc:"papyrus.swf", sColor:"#666666", sBgColor:"#f8f8f8", sWmode:"transparent"}));

											sIFR.replaceElement(named({sSelector:"#rightbox h4", sFlashSrc:"papyrus.swf", sColor:"#666666", sBgColor:"#f8f8f8", sFlashVars:"textalign=right", sWmode:"transparent"}));

};
}
