// JavaScript Document
function testimonials()
{
	        var r_text = new Array ();
			var n=0;
            r_text[n++] = "\"I would recommend Iris as a website designer to others and feel very lucky that she offers her volunteer time to our PTSA organization.\" <span class=\"emphasis\">-- Marie Degulis, Co-President <a href=\"http://www.hbhs.k12.nh.us/ptsa/\" target=\"_blank\">HBHS PTSA</a></span>";
            r_text[n++] = "\"I couldn’t be more pleased with my updated web page. Iris took my basic page and turned it into a professional, eye-catching, and easy-to-navigate site.\" <span class=\"emphasis\">-- Marjorie Morse, owner of <a href=\"http://phyzzicallyfit.com/\" target=\"_blank\">PhyZZically Fit</a></span>";
			r_text[n++] = "\"Iris provides excellent service with fast turn around, usually completing requests the same day if not within hours or minutes. Her well-developed interpersonal skills make it easy to work together on projects. \" <span class=\"emphasis\">-- <a href=\"http://www.hollis.k12.nh.us/hsb/\" target=\"_blank\">The Hollis School Board</a></span>";
			r_text[n++] = "\"I am impressed with Iris's ability to keep all of my requests organized and ability to adapt them to my website, keeping within my budget requirements. I would highly recommend Iris and her website services for fast and professional website development and adaptations. \" <span class=\"emphasis\">-- Jennifer Brooks, PT, MEd., CERP, owner <a href=\"http://EquineRehabServices.com\" target=\"_blank\">Equine Rehabilitation Services, LLC</a></span>";
			r_text[n++] = "\"As the beneficiaries of your expertise and talents, we now have a more attractive visual format, and user friendly site!  Your accessibility, and dependability as our webmaster, also is boosting the usefulness of our site\" -- <span class=\"emphasis\">Barbara Zenker, Co- Founder, Executive Director, <a href=\"http://citytosaddle.org\" target=\"_blank\">City to Saddle</a></span>";

            var i = Math.floor((n)*Math.random());
            document.write('<div id="main_testimonial_write">' + r_text[i] + '</div>');
}