var theSans = { src: '/images/theSans.swf' };

// sIFR.useStyleCheck = true;

// Next, activate sIFR:
sIFR.activate(theSans);

sIFR.replace(theSans, {
  selector: '#content h1',
  css: '.sIFR-root { text-align: left; font-weight: bold; leading: 0; color: #624c32; }',
  wmode: 'transparent'
});

sIFR.replace(theSans, {
  selector: '#offices h1',
  css: '.sIFR-root { text-align: right; font-weight: bold; leading: 0; color: #624c32; }',
  wmode: 'transparent'
});
