
var preface = { src: 'js/preface.swf' };
sIFR.activate(preface);


sIFR.replace(preface, {
  selector: 'h2',
  css: '.sIFR-root { background-color: #FFF; color: #FF0099; }'
});

