function TestoLampeggiante2()
{
    var testo = document.getElementById("lampeggia3");
    if (testo.style.color == "blue")
    {
        testo.style.color = "red";
    }
    else
    {
        testo.style.color = "blue";
    }
	var testo = document.getElementById("lampeggia4");
    if (testo.style.color == "blue")
    {
        testo.style.color = "red";
    }
    else
    {
        testo.style.color = "blue";
    }
	var testo = document.getElementById("lampeggia5");
    if (testo.style.color == "blue")
    {
        testo.style.color = "red";
    }
    else
    {
        testo.style.color = "blue";
    }
	var testo = document.getElementById("lampeggia6");
    if (testo.style.color == "blue")
    {
        testo.style.color = "red";
    }
    else
    {
        testo.style.color = "blue";
    }
	var testo = document.getElementById("lampeggia7");
    if (testo.style.color == "blue")
    {
        testo.style.color = "red";
    }
    else
    {
        testo.style.color = "blue";
    }
	var testo = document.getElementById("lampeggia8");
    if (testo.style.color == "blue")
    {
        testo.style.color = "red";
    }
    else
    {
        testo.style.color = "blue";
    }
	var testo = document.getElementById("lampeggia9");
    if (testo.style.color == "blue")
    {
        testo.style.color = "red";
    }
    else
    {
        testo.style.color = "blue";
    }
	var testo = document.getElementById("lampeggia10");
    if (testo.style.color == "blue")
    {
        testo.style.color = "red";
    }
    else
    {
        testo.style.color = "blue";
    }
	var testo = document.getElementById("lampeggia11");
    if (testo.style.color == "blue")
    {
        testo.style.color = "red";
    }
    else
    {
        testo.style.color = "blue";
    }
	var testo = document.getElementById("lampeggia12");
    if (testo.style.color == "blue")
    {
        testo.style.color = "red";
    }
    else
    {
        testo.style.color = "blue";
    }
}
window.setInterval("TestoLampeggiante2()", 1000);
