var stephanie = { src: '/js/stephanie.swf' };

sIFR.activate(stephanie);

sIFR.replace(stephanie, {
      selector: '.title',
      offsetLeft: 5,
	  wmode: 'transparent',
	  css: {
        '.sIFR-root': {'color': '#8a1e04','font-size': '50px','padding-right': '5px'}
      }
    });
