//--------------------------------Start Testimonial Replace Script-----------------------------------

var rnumb = "";
var img = "";

rnumb += Math.floor(Math.random()*9);
img = rnumb;

function imageReplace1 ()
{
	if (img == "0") {
	document.write("DNA’s professional, knowledgeable staff guided me through the design process smoothly. They made the process from development to final roll out a breeze.");
	}
	if (img == "1") {
	document.write("Thanks to the DNA’s design team and programmers, we now have a web presence that reflects our organization - bright, welcoming, and professional.");
	}
	if (img == "2") {
	document.write("Our site and our logo look amazing and that’s all due to DNA’s excellence!  We would hire them again in a heartbeat!");
	}
	if (img == "3") {
	document.write("DNA has been highly reliable, flexible, and straightforward and the knowledgeable and friendly DNA staff has consistently provided timely client support.");
	}
	if (img == "4") {
	document.write("DNA’s service is outstanding and we are always able to reach someone and quickly resolve any questions we might have.");
	}
	if (img == "5") {
	document.write("We were so impressed by the design of the logo for the website that we adopted it as our official logo for the district. It can't get any better than that!");
	}
	if (img == "6") {
	document.write("I have worked for the past eight years with DNA’s web page production software and it continues to get easier with every upgrade.");
	}
	if (img == "7") {
	document.write("I have used DNA’s Freedom system to manage our school district website for over five years now and we could not be more pleased with the results!");
	}
	if (img == "8") {
	document.write("DNA has been the answer to our webpage needs. Their staff development was excellent and met the needs of a wide range of staff competency needs.");
	}
}

function imageReplace2 ()
{
	if (img == "0") {
	document.write("-Richard Punches");//, Britton Middle School
	}
	if (img == "1") {
	document.write("-Mary Boyle");//, Assistant Superintendent Educational Services, Western Placer Unified School District
	}
	if (img == "2") {
	document.write("-Amanda Armitage");//, IS Director, John Muir Charter School
	}
	if (img == "3") {
	document.write("-Nancy Silva");//, Program Coordinator, CTAP Region 2
	}
	if (img == "4") {
	document.write("-Margaret Reece");//, Executive Director, Chico Country Day Charter School
	}
	if (img == "5") {
	document.write("-Bob Lillie");//, Director of Technology Services, Willows Unified School District
	}
	if (img == "6") {
	document.write("-Robert E. Williams Ed.D.");//, Superintendent/Principal, Rohnerville Elementary School District
	}
	if (img == "7") {
	document.write("-Vicki L. Worthley");//, Director of Technology, Monson-Sultana School District
	}
	if (img == "8") {
	document.write("-Brad Roberts");//, Superintendent/Principal, Manzanita Elementary School District
	}

}

//--------------------------------End Image Replace Script-----------------------------------
