var centuryGothic = {
  src: 'assets/swf/centgoth.swf'
};
sIFR.activate(centuryGothic);

sIFR.replace(centuryGothic, {
selector: '#header h1'
,wmode: 'transparent'
,css: [
  '.sIFR-root { color:#ffffff; font-size: 17px; text-transform: uppercase; }'
 ,'.red { color: #ed1c24; }'
 ,'#header a { color: #FFFFFF; text-decoration: none; }'
 ,'#header a:hover { color: #DADADA; }']
});