var fritz = {
  src: '/scripts/fritz.swf'
};

sIFR.prefetch(fritz);
sIFR.activate(fritz); // From revision 209 and onwards

sIFR.replace(fritz, {
  selector: 'h1.sifr, .Morpheus-PageTitle'
  ,css: [
      '.sIFR-root {color: #454545;background:transparent;font-size:22px;font-weight:bold; letter-spacing: 0; leading: -1em;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '1'
});
