/* 
Make sIFR calls look like this...

sIFR.replaceElement(named({
	sSelector:"#signin h4",
	sFlashSrc:"/amp/global/sifr/franklin_gothic_book-bold.swf",
	sColor:"#ffffff",
	sWmode:"transparent",
	sLinkColor:"#000000",
	sBgColor:"#FFFFFF",
	sHoverColor:"#CCCCCC",
	nPaddingTop:3,
	nPaddingBottom:2
	sFlashVars:"textalign=center&offsetTop=6"
}));
*/
if(typeof sIFR == "function"){
	sIFR.bHideBrowserText = false;
	sIFR.setup();
}

var do_sIFR = {
homepage:function () {
	if(typeof sIFR == "function"){
		sIFR.replaceElement(named({
			sSelector:"#homepage-header",
			sFlashSrc:"/amp/global/sifr/franklin_gothic_book.swf",
			sColor:"#002240",
			sWmode:"transparent"
		}));
		sIFR.replaceElement(named({
			sSelector:"#home_content h2",
			sFlashSrc:"/amp/global/sifr/franklin_gothic_book-bold.swf",
			sColor:"#002240",
			sWmode:"transparent"
		}));
		sIFR.replaceElement(named({
			sSelector:"#client_homepage .gold #signin-header",
			sFlashSrc:"/amp/global/sifr/franklin_gothic_book-bold.swf",
			sColor:"#3F362F",
			sWmode:"transparent",
			nPaddingTop: 4,
			nPaddingBottom: 4
		}));
		sIFR.replaceElement(named({
			sSelector:"#client_homepage .platinum #signin-header",
			sFlashSrc:"/amp/global/sifr/franklin_gothic_book-bold.swf",
			sColor:"#0B2139",
			sWmode:"transparent",
			nPaddingTop: 4,
			nPaddingBottom: 4
		}));
		sIFR.replaceElement(named({
			sSelector:"#signin-header",
			sFlashSrc:"/amp/global/sifr/franklin_gothic_book-bold.swf",
			sColor:"#ffffff",
			sWmode:"transparent",
			nPaddingTop: 4,
			nPaddingBottom: 4
		}));
		sIFR.replaceElement(named({
			sSelector:"#advisor_locator-header",
			sFlashSrc:"/amp/global/sifr/franklin_gothic_medium.swf",
			sColor:"#002240",
			sWmode:"transparent"
		}));
		sIFR.replaceElement(named({
			sSelector:"#sidebar .module dt",
			sFlashSrc:"/amp/global/sifr/franklin_gothic_book.swf",
			sColor:"#002240",
			sWmode:"transparent"
		}));
	}
},

planning:function() {
	if(typeof sIFR == "function"){
		sIFR.replaceElement(named({
			sSelector:"#planning-header",
			sFlashSrc:"/amp/global/sifr/franklin_gothic_book.swf",
			sColor:"#002240",
			sWmode:"transparent"
		}));
		sIFR.replaceElement(named({
			sSelector:"#content h2",
			sFlashSrc:"/amp/global/sifr/franklin_gothic_book-bold.swf",
			sColor:"#002240",
			sWmode:"transparent"
		}));
		sIFR.replaceElement(named({
			sSelector:"#content h3",
			sFlashSrc:"/amp/global/sifr/franklin_gothic_book-bold.swf",
			sColor:"#002240",
			sWmode:"transparent"
		}));
	}
},

retirement:function() {
	if(typeof sIFR == "function"){
		sIFR.replaceElement(named({
			sSelector:"#retirement-header",
			sFlashSrc:"/amp/global/sifr/franklin_gothic_book.swf",
			sColor:"#fb8203",
			sWmode:"transparent",
			nPaddingLeft: 20
		}));
		sIFR.replaceElement(named({
			sSelector:"#retirement-subhead",
			sFlashSrc:"/amp/global/sifr/franklin_gothic_book-bold.swf",
			sColor:"#666666",
			sWmode:"transparent"
		}));
	}
}
}