var aldo = {
  //vedi 2mlib_extension.js
  src: JS_SITE_PATH+'_include/js/sifr3-r273/flash/sifr.swf'
};
sIFR.activate(aldo);
sIFR.replaceAll = function() {

	sIFR.replace(aldo, {
	  selector: 'h1',
	  wmode:'transparent',
	  fitExactly:true,
	  forceClear:true,
	  offsetLeft:0,
	  offsetTop:0,
		css: [
		  '.sIFR-root {color:#8f3785; text-decoration:none;}',
		  '.sIFR-root a {color:#8f3785; text-decoration:none;}',
		  '.sIFR-root a:hover {color:#8f3785; text-decoration:underline;}'
		]
	});

	sIFR.replace(aldo, {
	  selector: 'h2',
	  wmode:'transparent',
	  fitExactly:true,
	  forceClear:true,
	  offsetLeft:0,
	  offsetTop:0,
		css: [
		  '.sIFR-root {color:#8f3785;}'
		]
	});
	
};

sIFR.replaceAll();

