var franklin = {
  src: '/swf/franklingothicmediumcond.swf'
};

var garamond = {
  src: '/swf/garamond.swf'
};

sIFR.activate(franklin, garamond);

sIFR.antiAliasType = 'advanced';

sIFR.replace(franklin, {
  selector: '.home h2',
  css: ['.sIFR-root { color: #5e858f; text-transform: uppercase; } a { color: #5e858f; text-decoration: none; } a:hover { color: #5e858f; } ']
});

sIFR.replace(franklin, {
  selector: '.creative h2',
  css: ['.sIFR-root { color: #99CC00; text-transform: uppercase; } a { color: #99CC00; text-decoration: none; } a:hover { color: #99CC00; } ']
});

sIFR.replace(franklin, {
  selector: '.digital h2',
  css: ['.sIFR-root { color: #0099CC; text-transform: uppercase; } a { color: #0099CC; text-decoration: none; } a:hover { color: #0099CC; } ']
});

sIFR.replace(franklin, {
  selector: '.technical h2',
  css: ['.sIFR-root { color: #FF9900; text-transform: uppercase; } a { color: #FF9900; text-decoration: none; } a:hover { color: #FF9900; } ']
});

sIFR.replace(garamond, {
  selector: 'h3',
  css: ['em { color: #999999; font-style: normal; }']
});
