// init the sIFR text. set color depending on body class.
// call initialize() from just before the </body> for optimal results.
function initialize(){
	if(typeof sIFR == "function"){
		sIFR.replaceElement(named({nWidth:50,nHeight:40,sSelector:"body h1", sFlashSrc:"/Style%20Library/js/sifr/mindkey.swf", sColor:"#999999", sEmColor:"#FF9900", sStrongColor:"#FF0000", sSpanColor:"#000000", sLinkColor:"#444444", sBgColor:"#FFFFFF", sHoverColor:"#999999"}));
		sIFR.replaceElement(named({nWidth:40,nHeight:30,sSelector:"body .box h2", sFlashSrc:"/Style%20Library/js/sifr/mindkey.swf", sColor:"#002644", sEmColor:"#FF9900", sStrongColor:"#FF0000", sSpanColor:"#000000", sLinkColor:"#444444", sBgColor:"#FFFFFF", sHoverColor:"#999999"}));
		sIFR.replaceElement(named({nWidth:40,nHeight:30,sSelector:"body h2", sFlashSrc:"/Style%20Library/js/sifr/mindkey.swf", sColor:"#999999", sEmColor:"#FF9900", sStrongColor:"#FF0000", sSpanColor:"#000000", sLinkColor:"#444444", sBgColor:"#FFFFFF", sHoverColor:"#999999"}));
	}
}
