var delay = 1000; var faderContent = new Array(); faderContent[1] = "
This is absolutely the best and most innovative service for homeowners on well systems.
"; faderContent[2] = "For less than a cup of coffee a day, customers have the peace of mind that there is someone who will take care of their well.
"; faderContent[3] = "WelGardTM is as important as home warranties and protects against costly unexpected repairs.
"; faderContent[4] = "This service alleviates all of the concerns associated with owning a well.
"; faderContent[5] = "One call and I got my water restored within 90 minutes. I thought I would be without water for the weekend.
"; faderContent[6] = "They identified a problem that might have been an emergency before it became one.
"; faderContent[7] = "Well Water Security Alliance solves problems both in the building process as well as for our home purchasers. This service will set the standard for homes on a well.
"; var faderWidth = 250; var faderHeight = 225; var ie4 = document.all && !document.getElementById; var ns4 = document.layers; var DOM2 = document.getElementById; var faderDelay = 0; var index = 1; if (DOM2) { faderDelay = 5000; } if (ns4) { delay = 5000; } function changeContent() { if (index >= faderContent.length) { index = 1; } if (DOM2) { document.getElementById("faderScroll").style.color = "rgb(255,255,255)"; document.getElementById("faderScroll").innerHTML = faderContent[index]; colorFade(); } else if (ie4) { document.all.faderScroll.innerHTML = faderContent[index]; } else if (ns4) { document.faderScrollNS.document.faderScrollNS_Sub.document.write(faderContent[index]); document.faderScrollNS.document.faderScrollNS_Sub.document.close(); } index++; setTimeout("changeContent()",delay + faderDelay); } frame = 20; hex = 100; function colorFade() { if (frame > 0) { hex -= 12; document.getElementById("faderScroll").style.color = "rgb(" + hex + "," + hex + "," + hex + ")"; frame--; setTimeout("colorFade()",20); } else { document.getElementById("faderScroll").style.color = "rgb(0,0,0)"; frame = 20; hex = 255; } } if (ie4||DOM2) { document.write(''); window.onload=changeContent; } else if (ns4) { document.write('