var futura = {
  src: '/_sites/mahilly.com/flash/futura.swf'
};

sIFR.activate(futura);

sIFR.replace(futura,
{
  selector: 'h2',
  css: [
    '.sIFR-root { background-color: #e3e5da; color: #362f2d; text-align: center }',
  ]
});
sIFR.replace(futura,
{
  selector: '#page h3',
  css: [
    '.sIFR-root { background-color: #6a5a55; color: #25211f; letter-spacing: 2; text-align: center }',
  ]
});
sIFR.replace(futura,
{
  selector: 'h3',
  css: [
    '.sIFR-root { background-color: #574840; color: #ffffff; letter-spacing: 2; text-align: center }',
  ]
});