sIFR.prefetch(T);

var T = {
  src: 'http://www.fourcroy.nl/sifr/centurygothic.swf'
};

sIFR.activate(T);

sIFR.replace(T, {
  selector: 'h1' ,
  wmode:'transparent',
  	
  css: ['.sIFR-root {color:#009900; text-align:left; font-weight:normal;}'
 ,'a { color: #ed2429;text-decoration: none; }'
,'a:visited { color: #ed2429;text-decoration: none; }'
,'a:hover { color: #ed2429;text-decoration: none; }'
]

});

