var justus = { src: rootFolder+'/js/flashText/Justus.swf' };

sIFR.activate(justus);

sIFR.replace(justus, {
  selector: 'h1.mainTitle',
  css: ['.sIFR-root { color: #000000; font-weight: bold; }'],
  transparent: true,
  sharpness: -50,
  thickness: -100,
  ratios: [6, 1.06, 11, 1.09, 15, 1.13, 20, 1.16, 24, 1.17, 28, 1.18, 37, 1.19, 38, 1.2, 42, 1.19, 49, 1.2, 50, 1.21, 59, 1.2, 107, 1.21, 108, 1.22, 116, 1.21, 117, 1.22, 121, 1.21, 122, 1.22, 1.21]
});

sIFR.replace(justus, {
  selector: 'h1.blogTitle',
  css: ['.sIFR-root { color: #ff0030; font-weight: bold; }'],
  transparent: true,
  sharpness: -50,
  thickness: -100
});

sIFR.replace(justus, {
  selector: 'h4.mainTitle',
  css: ['.sIFR-root { color: #000000; font-weight: bold; }'],
  transparent: true,
  sharpness: -50,
  thickness: -100
});

sIFR.replace(justus, {
  selector: '.checkout fieldset legend',
  css: ['.sIFR-root { color: #000000; font-size: 20px; font-weight: bold; }'],
  transparent: true,
  sharpness: -50,
  thickness: -100
});


