  var caslon = {
    src: 'http://faculty.washington.edu/beccap/workspace/swf/caslon.swf'
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  //sIFR.useStyleCheck = true;
  sIFR.activate(caslon);

  
  sIFR.replace(caslon, {
    selector: 'h1'
	, ratios: [8, 1.41, 9, 1.33, 10, 1.35, 14, 1.31, 16, 1.26, 20, 1.27, 24, 1.26, 25, 1.24, 26, 1.25, 29, 1.24, 30, 1.25, 35, 1.24, 39, 1.23, 40, 1.24, 50, 1.23, 54, 1.22, 55, 1.23, 81, 1.22, 84, 1.21, 86, 1.22, 89, 1.21, 90, 1.22, 94, 1.21, 95, 1.22, 1.21
	]
    ,css: [
      '.sIFR-root { font-weight: normal; color: #8ACF3B; font-size: 72px; }'
    ]
	,tuneHeight: '11px'
  });
  
  
  sIFR.replace(caslon, {
  	selector: 'h2'
	, ratios : [8, 1.41, 9, 1.33, 10, 1.35, 14, 1.31, 16, 1.26, 20, 1.27, 24, 1.26, 25, 1.24, 26, 1.25, 29, 1.24, 30, 1.25, 35, 1.24, 39, 1.23, 40, 1.24, 50, 1.23, 54, 1.22, 55, 1.23, 81, 1.22, 84, 1.21, 86, 1.22, 89, 1.21, 90, 1.22, 94, 1.21, 95, 1.22, 1.21	
	]
	,css: [
	  '.sIFR-root { color: #BD5100; font-size: 24px; }'
	]
	,tuneHeight: '-3px'
  });
  


  
