var gothic = { src: 'gothic.swf' };

sIFR.activate(gothic);

sIFR.replace(gothic, {
  selector: 'h1.title-text',
  css: '.sIFR-root { background-color: trans; color: #000000; font-size: 37px;}'
  ,wmode: 'transparent',forceSingleLine: true
});
sIFR.replace(gothic, {
  selector: 'span.title-text-smaller',
  css: '.sIFR-root { background-color: trans; color: #000000; font-size: 24px; }'
  ,wmode: 'transparent',forceSingleLine: true
});
sIFR.replace(gothic, {
  selector: 'span.portfolio-links',
  css: '.sIFR-root { background-color: trans; color: #000000; font-size: 18px; }'
  ,wmode: 'transparent',forceSingleLine: true
});

