var _sIFRConfig = new sIFRConfig();

function sIFRConfig() {
	var _self = this;
	
	var tgBol = { 
		src: 'http://www.nba.com/blazers/media/TradeGothicBold.swf'
		,ratios: [8, 1.3, 11, 1.21, 12, 1.2, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 1.1, 1.09]
	    ,wmode: 'transparent'	
		};
	var tgBolCon = { 
		src: 'http://www.nba.com/blazers/media/TradeGothicBoldCond20.swf'
		,ratios: [8, 1.3, 11, 1.21, 12, 1.2, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 1.1, 1.09]
	    ,wmode: 'transparent'
		};
	sIFR.forceTextTransform = true;
	sIFR.useStyleCheck = true;
	sIFR.activate(tgBol, tgBolCon);
	
	_self.redraw = function() {
		sIFR.replace(tgBolCon, {
			selector: '.hdr1'
			,css: [
			  '.sIFR-root { color: #ffffff; font-size: 35px; leading: -10; letter-spacing: -1; text-transform: uppercase; }'
			]
			,offsetTop: -5
			,tuneHeight: -16
		});
		
		sIFR.replace(tgBolCon, {
			selector: '.hdr2'
			,css: [
			  '.sIFR-root { color: #cccccc; font-size: 75px; leading: -15; letter-spacing: -5; text-transform: uppercase; }'
			]
			,offsetTop: -10
			,tuneHeight: -16
		});

	}
}
