function Lampeggio() {
set=1;
var t = document.getElementsByName("lampeggio");
if(set==1) {
	for (i=0;i<t.length;i++) t[i].style.backgroundColor= (x==1) ? '#E8EE10' : '#7070E8';
	(x==1) ? x=0 : x=1; 
	set=0;
	}
}

