var gothic = { src: 'wp-content/themes/zdn/gothic.swf' };

sIFR.activate(gothic);

sIFR.replace(gothic, {
  selector: 'h1.title-text',
  css: '.sIFR-root { padding:0; margin: 0; background-color: trans; color: #000000; font-size: 26px;} .sIFR-root a {text-decoration:none; color:#000}'
  ,wmode: 'transparent',forceSingleLine: true
});

sIFR.replace(gothic, {
  selector: 'h1.sidebar-title',
  css: '.sIFR-root { padding:0; margin: -10px 0px 0px 0px; background-color: trans; color: #000000; font-size: 18px;} .sIFR-root a {text-decoration:none; color:#000}'
  ,wmode: 'transparent',forceSingleLine: true
});

