var gothamBook   = { src: ROOT_FOLDER+'/swf/Gotham-Book.swf' };
var gothamMedium = { src: ROOT_FOLDER+'/swf/Gotham-Medium.swf' };
var gothamLight  = { src: ROOT_FOLDER+'/swf/Gotham-Light.swf' };

sIFR.activate(gothamBook,gothamMedium,gothamLight);

sIFR.replace(gothamBook, {
  selector: '.mainIntro, h3.categoryTitle',
  css: '.sIFR-root { color:#222222; font-size:20px; }',
  transparent: true,
  wmode: 'transparent',
  onReplacement: function(fi){resetMovie(fi);} // Stop IE9 from vertically stretching the text.
});

sIFR.replace(gothamBook, {
  selector: '.pageTitle',
  css: '.sIFR-root { color:#222222; font-size:32px; }',
  transparent: true,
  wmode: 'transparent',
  onReplacement: function(fi){resetMovie(fi);} // Stop IE9 from vertically stretching the text.
});

sIFR.replace(gothamMedium, {
  selector: '.sidebarTitle',
  css: '.sIFR-root { color:#ffffff; font-size:16px; }',
  transparent: true,
  wmode: 'transparent',
  onReplacement: function(fi){resetMovie(fi);} // Stop IE9 from vertically stretching the text.
});

sIFR.replace(gothamMedium, {
  selector: '#footerContainer .links h3, #footerContainer #monashStudentLogin h3, #footerContainer #footerSubscribe h3',
  css: '.sIFR-root { color:#d9d9d9; font-size:12px; }',
  transparent: true,
  wmode: 'transparent',
  onReplacement: function(fi){resetMovie(fi);} // Stop IE9 from vertically stretching the text.
});
