var ag = { src: '/_media/swf/avantegarde.swf' };

sIFR.activate(ag);

sIFR.replace(ag, {
  selector: '.littlelambs h1',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff; }'
});

sIFR.replace(ag, {
  selector: 'body:not(.students) h1',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff; text-transform: uppercase; }',
  fitExactly: true
});

sIFR.replace(ag, {
  selector: '#footer .info h2',
  wmode: 'transparent',
  css: '.sIFR-root { color: #f8f2d8; text-transform: uppercase; } '
})
