/* --- DKO --- */

/*	sIFR v2.0.5 */
/* Replacement calls. Please see documentation for more information. */

if(typeof sIFR == "function"){

// This is the preferred "named argument" syntax
	sIFR.replaceElement( named( {
		sSelector:			"h2.sIFRcolor",
		sFlashSrc:			"/include/campaign/themixbold_plain.swf",
		sColor:				"#990066",
		sLinkColor:			"#990066",
		sBgColor:			"#e1add0",
		sHoverColor:		"#990066",
		nPaddingTop:		0,
		nPaddingBottom:	0,
		sFlashVars:			"textalign=left",
		sWmode:				"opaque"
	}));
	sIFR.replaceElement( named( {
		sSelector:			"h1.sIFRwhite,h2.sIFRwhite",
		sFlashSrc:			"/include/campaign/themixbold_plain.swf",
		sColor:				"#990066",
		sLinkColor:			"#990066",
		sBgColor:			"#ffffff",
		sHoverColor:		"#990066",
		nPaddingTop:		0,
		nPaddingBottom:	0,
		sFlashVars:			"textalign=left",
		sWmode:				"transparent"
	}));
	sIFR.replaceElement( named( {
		sSelector:			"h1.sIFRlight,h2.sIFRlight",
		sFlashSrc:			"/include/campaign/themixbold_plain.swf",
		sColor:				"#990066",
		sLinkColor:			"#990066",
		sBgColor:			"#f6e6f1",
		sHoverColor:		"#990066",
		nPaddingTop:		0,
		nPaddingBottom:	0,
		sFlashVars:			"textalign=left",
		sWmode:				"opaque"
	}));
	sIFR.replaceElement( named( {
		sSelector:			"h3.sIFRblack",
		sFlashSrc:			"/include/campaign/themixbold_plain.swf",
		sColor:				"#000000",
		sLinkColor:			"#000000",
		sBgColor:			"#f6e6f1",
		sHoverColor:		"#000000",
		nPaddingTop:		0,
		nPaddingBottom:	0,
		sFlashVars:			"textalign=left",
		sWmode:				"opaque"
	}));
	
		
	sIFR.replaceElement( named( {
		sSelector:			"h2.sIFRred",
		sFlashSrc:			"/include/campaign/themixbold_plain.swf",
		sColor:				"#ff0000",
		sLinkColor:			"#000000",
		sBgColor:			"#ffffff",
		sHoverColor:		"#000000",
		nPaddingTop:		0,
		nPaddingBottom:	0,
		sFlashVars:			"textalign=left",
		sWmode:				"opaque"
	}));
	
};
