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