var interstate = {
  src: '../flash/officina.swf'
};
sIFR.prefetch(interstate);
sIFR.activate();

sIFR.replace(interstate, {
  selector: 'h2',
  wmode: 'transparent'
  ,css: [
      '.sIFR-root { color: #cabfb4; text-align: right; font-weight: bold; background-color: none;}'

    ]
});