	// *****************************
	// sIFR Replacement calls.\
	// *****************************
	// Created: 15-9-2008
	// Author: Ivo Vandeberg
	// E-mail: info@cid-iv.com
	// Web: www.cid-iv.com
	// *****************************
	
	if (typeof sIFR == "function") {
	
		// Page headers - h1
		sIFR.replaceElement ( named ( {
			sSelector: "#content h1",
			sFlashSrc: "http://eyes-on-mywork.com/eom/wp-content/themes/eom/scr/sifr/medusa.swf",
			sColor: "#1C5EB5",
			sLinkColor: "#1C5EB5",
			sBgColor: "#FFFFFF",
			sHoverColor: "#FF7200",
			sFlashVars: "textalign=left",
			sWmode: "transparent"
		}));
		
		// Content header - h2
		sIFR.replaceElement ( named ( {
			sSelector: "#content h2",
			sFlashSrc: "http://eyes-on-mywork.com/eom/wp-content/themes/eom/scr/sifr/medusa.swf",
			sColor: "#000",
			sLinkColor: "#000",
			sBgColor: "#FFFFFF",
			sHoverColor: "#FF7800",
			sFlashVars: "textalign=left",
			sWmode: "transparent",
			nPaddingTop: "3",
			nPaddingBottom: "1",
			nPaddingRight: "0",
			nPaddingLeft: "0"
		}));
		
		// Main menu headers
		sIFR.replaceElement ( named ( {
			sSelector: "#menu li.pagenav span",
			sFlashSrc: "http://eyes-on-mywork.com/eom/wp-content/themes/eom/scr/sifr/medusa.swf",
			sColor: "#FFFFFF",
			sBgColor: "#FFFFFF",
			sHoverColor: "#FF7800",
			nPaddingLeft: "20",
			nPaddingBottom: "5",
			nPaddingTop: "0",
			nPaddingRight: "0",
			sFlashVars: "textalign=left",
			sWmode: "transparent"
		}));
		sIFR.replaceElement ( named ( {
			sSelector: "#menu #concepts-menu li.categories span",
			sFlashSrc: "http://eyes-on-mywork.com/eom/wp-content/themes/eom/scr/sifr/medusa.swf",
			sColor: "#FFFFFF",
			sBgColor: "#FFFFFF",
			sHoverColor: "#FF7800",
			nPaddingLeft: "20",
			nPaddingBottom: "5",
			nPaddingTop: "0",
			nPaddingRight: "0",
			sFlashVars: "textalign=left",
			sWmode: "transparent"
		}));
		
		// Sidebar headers - h2
		sIFR.replaceElement ( named ( {
			sSelector: "#content #sidebar h2",
			sFlashSrc: "http://eyes-on-mywork.com/eom/wp-content/themes/eom/scr/sifr/medusa.swf",
			sColor: "#000",
			sLinkColor: "#1C5EB5",
			sBgColor: "#FFFFFF",
			sHoverColor: "#FF7800",
			sFlashVars: "textalign=left",
			sWmode: "transparent",
			nPaddingTop: "2",
			nPaddingRight: "9",
			nPaddingLeft: "8"
		}));
		
	};