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

sIFR.activate(gothic);  


sIFR.replace(gothic, {   
  selector: 'h4',
  tuneHeight: '0',
  offsetTop: '0',
  css: [ '.sIFR-root {color: #FFFFFF; font-size: 18px;}' ],
  wmode: 'transparent'

});  

sIFR.replace(gothic, {   
  selector: 'h1',
  tuneHeight: '0',
  offsetTop: '0',  
  css: [ '.sIFR-root {color: #FFFFFF; font-size: 27px; text-align: center;}' ],
  wmode: 'transparent'

});  

sIFR.replace(gothic, {   
  selector: 'h2',
  tuneHeight: '0',
  offsetTop: '0',  
  css: [ '.sIFR-root {color: #015D8D; font-size: 18px;}' ],
  wmode: 'transparent'

});  

