	var hel_ltcn = {
		src: '/associations/2123/swf/hel_ltcn.swf'
	};
	
	var hel_cn = {
		src: '/associations/2123/swf/hel_cn.swf'
	};
	
	var hel_medcn = {
		src: '/associations/2123/swf/hel_medcn.swf'
	};


	//sIFR.debug.ratios({ src: '/associations/2123/swf/hel_medcn.swf', selector: 'h2' });
	
	sIFR.activate(hel_ltcn);
	sIFR.activate(hel_medcn);
	sIFR.activate(hel_cn);
	
	sIFR.replace(hel_ltcn, {
		selector: 'td.top h1'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		,css: [
			'.sIFR-root { background-color: #024695; color: #ffffff; text-align: center; text-decoration: none; }'
		]
		,wmode: 'transparent'
		
	});
	
	sIFR.replace(hel_medcn, {
		selector: 'h2.form-title'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		,css: [
			'.sIFR-root { color: #003e7e; text-align: center; text-decoration: none; }'
		]
		,wmode: 'transparent'
		
	});
	
	sIFR.replace(hel_medcn, {
		selector: 'h2.branded_login'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		,css: [
			'.sIFR-root { color: #ffffff; text-align: center; text-decoration: none; }'
		]
		,wmode: 'transparent'
		
	});
	
	sIFR.replace(hel_medcn, {
		selector: 'h2'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		,css: [
			'.sIFR-root { color: #003e7e; text-decoration: none; }'
		]
		,wmode: 'transparent'
		
	});
	
	sIFR.replace(hel_medcn, {
		selector: 'h3#login'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		,css: [
			'.sIFR-root { color: #ffcd60; text-decoration: none; }'
		]
		,wmode: 'transparent'
		
	});
	
	sIFR.replace(hel_medcn, {
		selector: 'h3'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		,css: [
			'.sIFR-root { color: #a2a27a; text-decoration: none; }'
		]
		,wmode: 'transparent'
		
	});
		
	sIFR.replace(hel_medcn, {
		selector: '#maincontentsubcell h4'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		,css: [
			'.sIFR-root { color: #8c815f; text-decoration: none; }'
		]
		,wmode: 'transparent'
		
	});
	
	sIFR.replace(hel_cn, {
		selector: '#rightnavcell h4'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		,css: [
			'.sIFR-root { color: #003e7e; text-decoration: none; }'
		]
		,filters: {
			DropShadowFilter: {
				knockout: false
				,distance: 2
				,color: '#ffffff'
				,alpha: .4
				,angle: 90
				,blurY: 0
				,blurX: 0
			}
		}
		,wmode: 'transparent'
		
	});