var base02 = {
  src: '/sifr/base02.swf'
};
sIFR.activate(base02);
sIFR.replace(base02, {
	selector: 'h1.sifr',
	wmode: 'transparent',
	css: {
	'.sIFR-root' : { 'color': '#ffffff' , 'font-weight': 'bold', 'letter-spacing': '3'}
	}
});
sIFR.replace(base02, {
	selector: 'a.sifr',
	wmode: 'transparent',
	css: {
	'.sIFR-root' : { 'color': '#ffffff' , 'font-weight': 'bold', 'letter-spacing': '1'}
	}
});