var credit= {
src: 'http://www.mediatician.com/sifr3/sifr/creditvalley.swf'
};

var mono= {
src: 'http://www.mediatician.com/sifr3/sifr/monotypecorsiva.swf'
};

var avant= {
src: 'http://www.mediatician.com/sifr3-c/sifr/avantgarde.swf'
};

sIFR.activate(credit, mono, avant); // From revision 209 and onwards (using version 398 here)

sIFR.replace(avant, {
  selector: 'h1',
  css: ['.sIFR-root { color: #ffffff; }',
		'a { text-decoration: none; color: #000000;}', // don't remove this
		'a:hover { color: #000000;}'], // don't remove this
  wmode: 'transparent'
  
});



