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

sIFR.activate(centurygothic);

sIFR.replace(centurygothic, {
	selector: 'h1'
	,wmode: 'transparent' 
    ,css: [
      '.sIFR-root { text-align: left; color:#D0D0D0;font-weight:bold;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #FFFFFF; }'
    ]
});
