  var gothmed = {src: 'flash/gotham-medium.swf',ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]};
	sIFR.activate(gothmed);
	  var gothlight = {src: 'flash/gotham-light.swf',ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]};
	sIFR.activate(gothlight);
	  var gothbook = {src: 'flash/gotham-book.swf',ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]};
	sIFR.activate(gothbook);

  sIFR.replace(gothmed, {
    selector: 'span.sifrbtn'
     ,css: [
      '.sIFR-root {font-size:10px;color:#fff;float:left;white-space: nowrap;text-transform:uppercase;}'
			,'a{text-decoration: none;white-space: nowrap;color:#fff;}'
      ,'a:link {text-decoration: none;white-space: nowrap;color:#fff;}'
      ,'a:hover { color: #fff;white-space: nowrap;}'
    ]	
		 ,forceWidth: true, fitExactly: true, forceSingleLine: true, wmode: 'transparent'

  });
	
	  sIFR.replace(gothlight, {
    selector: '.headlineText p'
     ,css: [
      '.sIFR-root {font-size:35px;color:#fff;float:left;white-space: nowrap;line-height:1em;}'
			,'strong {font-weight:bold;}'
    ]	
		 ,forceWidth: false, fitExactly: true, forceSingleLine: false, wmode: 'transparent',
		 filters: {
  DropShadow: {
    knockout: false
    ,distance: 1
		,alpha: .25
    ,color: '#000000'
		,blurY:10
		,blurX:10
    ,strength: 1
  }
}


  
	});
		
		

		
		sIFR.replace(gothmed, {
    selector: '.twothirds h3'
     ,css: [
      '.sIFR-root {font-size:25px;color:#4e2f89;float:left;white-space: nowrap;}'
		 ]	
		 ,forceWidth: true, fitExactly: true, forceSingleLine: true, wmode: 'transparent'

  });
	
	sIFR.replace(gothbook, {
    selector: '.aboutContent a'
     ,css: [
      '.sIFR-root {font-size:16px;color:#4e2f89;float:left;white-space: nowrap;cursor: pointer}'
			,'a{text-decoration: none;white-space: nowrap;color:#4e2f89;}'
      ,'a:link {text-decoration: none;white-space: nowrap;color:#4e2f89;}'
      ,'a:hover { color: #4e2f89;white-space: nowrap;}'
    ]	
		 ,forceWidth: true, fitExactly: true, forceSingleLine: true, wmode: 'transparent'

  });
		