$j.Avaya.SifrConfig = {



		init: function(){

			sIFR.activate(this.gothamLight,this.gothamBook);

			//sIFR.activate(this.gothamBook);

		},



		gothamLight: {

			src: '/_assets/swf/myriadProLight.swf',

			ratios : [9, 1.27, 13, 1.18, 18, 1.14, 26, 1.13, 32, 1.11, 37, 1.1, 64, 1.09, 105, 1.08, 107, 1.07, 119, 1.08, 122, 1.07, 1.08]

		},

		

		gothamBook: {

			src: '/_assets/swf/myriadPro.swf'

		},

		

		masterReplace: function(swf,options){

			if (typeof(sIFR)=='object'){

				sIFR.replace(swf, {

					selector: options.selector,

					css: options.css,

					wmode: 'transparent',
					antiAliasType: 'advanced',
					sharpness : -200,
					thickness : -30 ,
					forceSingleLine: options.forceSingleLine

				});

			}

		}

	}

	$j.Avaya.SifrConfig.init();
