/* --- DJZ --- */

/*	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:				"#ff9900",
		sLinkColor:			"#ff9900",
		sBgColor:			"#ffcc80",
		sHoverColor:		"#ff9900",
		nPaddingTop:		0,
		nPaddingBottom:	0,
		sFlashVars:			"textalign=left",
		sWmode:				"opaque"
	}));
	sIFR.replaceElement( named( {
		sSelector:			"h1.sIFRwhite,h2.sIFRwhite",
		sFlashSrc:			"/include/campaign/themixbold_plain.swf",
		sColor:				"#ff9900",
		sLinkColor:			"#ff9900",
		sBgColor:			"#ffffff",
		sHoverColor:		"#ff9900",
		nPaddingTop:		0,
		nPaddingBottom:	0,
		sFlashVars:			"textalign=left",
		sWmode:				"opaque"
	}));
	sIFR.replaceElement( named( {
		sSelector:			"h1.sIFRlight,h2.sIFRlight",
		sFlashSrc:			"/include/campaign/themixbold_plain.swf",
		sColor:				"#ff9900",
		sLinkColor:			"#ff9900",
		sBgColor:			"#fff0d9",
		sHoverColor:		"#ff9900",
		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:			"#fff0d9",
		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"
	}));

};