var corporatecondensed = {
    src: '/content/swf/corporatecondensed.swf'
    ,ratios: [8, 1.41, 10, 1.33, 14, 1.31, 16, 1.26, 20, 1.27, 24, 1.26, 25, 1.24, 26, 1.25, 35, 1.24, 42, 1.23, 45, 1.22, 46, 1.23, 67, 1.22, 1.21]
  };
  
 var corpcondensedblack = {
    src: '/content/swf/corpcondensedblack.swf'
    ,ratios: [6, 2.66, 8, 2.64, 10, 2.61, 12, 2.59, 13, 2.53, 19, 2.54, 25, 2.52, 36, 2.5, 37, 2.48, 49, 2.49, 73, 2.48, 76, 2.47, 78, 2.48, 82, 2.47, 83, 2.48, 84, 2.47, 85, 2.48, 2.47]
  };

sIFR.activate(corporatecondensed, corpcondensedblack); // From revision 209 and onwards

sIFR.replace(corporatecondensed, {
	 wmode: 'transparent'
	,selector: '#kr3w #secondary-content ul li'
	,css: [
	 '.sIFR-root {color: #666666;text-transform:uppercase;font-weight: bold}'
	,'a { text-decoration: none; }','a:link { color: #666666; }','a:hover { color: #666666; }','a .current { color: #ffffff; }'
	], tuneHeight:-5});

sIFR.replace(corporatecondensed, {
	 wmode: 'transparent'
	,selector: 'dt.title'
	,css: [
	 '.sIFR-root {color: #000000;text-transform:uppercase;font-weight: bold}'
	,'a { text-decoration: none;}','a:link { color: #666666; }','a:hover { color: #666666; }'
	], tuneHeight:-5});
	
sIFR.replace(corporatecondensed, {
  	wmode: 'transparent'
	,selector: '#primary-content h2, #blog #secondary-content h2, #blog #secondary-content h3, #kr3w #tertiary-content h3, #blog h4, #kr3w h4'
	,css: [
	'.sIFR-root {color: #ffffff;text-transform: uppercase;font-weight: bold;}'
	,'a { text-decoration: none; }'
	,'a:link { color: #666666; }'
	,'a:hover { color: #666666; }'
	], tuneHeight:-5});
	
	
/*
sIFR.debug.ratios({ src: '/content/sifr/corporatecondensed.swf', selector: 'h2' });
*/