	var helveticaneue = {
		src: '/associations/8661/swf/helveticaneue.swf'
	};


	//sIFR.debug.ratios({ src: '/associations/2123/swf/hel_medcn.swf', selector: 'h2' });
	
	sIFR.activate(helveticaneue);
	
	sIFR.replace(helveticaneue, {
		selector: '#middle h2'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		,css: [
			'.sIFR-root { color: #77240C; text-decoration: none; font-weight: bold; font-size: 17px; }'
		]
		,filters: {
			DropShadowFilter: {
				knockout: false
				,distance: 2
				,color: '#ffffff'
				,alpha: .8
				,angle: 90
				,blurY: 0
				,blurX: 0
			}
		}
		,wmode: 'transparent'
		
	});
		
	sIFR.replace(helveticaneue, {
		selector: '#left h2'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		,css: [
			'.sIFR-root { color: #858256; text-decoration: none; font-weight: bold; font-size: 17px; }'
		]
		,filters: {
			DropShadowFilter: {
				knockout: false
				,distance: 2
				,color: '#ffffff'
				,alpha: .8
				,angle: 90
				,blurY: 0
				,blurX: 0
			}
		}
		,wmode: 'transparent'
		
	});
	
	sIFR.replace(helveticaneue, {
		selector: '#right h2'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		,css: [
			'.sIFR-root { color: #225584; text-decoration: none; font-weight: bold; font-size: 17px; }'
		]
		,filters: {
			DropShadowFilter: {
				knockout: false
				,distance: 2
				,color: '#ffffff'
				,alpha: .8
				,angle: 90
				,blurY: 0
				,blurX: 0
			}
		}
		,wmode: 'transparent'
		
	});
	
	
	sIFR.replace(helveticaneue, {
		selector: 'h5'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		,css: [
			'.sIFR-root { color: #ffffff; text-decoration: none; text-align: center; font-weight: bold; }'
		]
		,filters: {
			DropShadowFilter: {
				knockout: false
				,distance: 2
				,color: '#858256'
				,alpha: .6
				,angle: 90
				,blurY: 0
				,blurX: 0
			}
		}
		,wmode: 'transparent'
		
	});