// 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://hbhsptsa.org/\" 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://hsbsau41.org/\" target=\"_blank\">The Hollis School Board</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>";
			r_text[n++] = "\"Iris has been a dream to work with. I had 3 previous web designers - all of which were hard to communicate with and slow with updating my site.  Iris responds to calls and emails immediately and updates my site within 24 hours. I will never use another web designer again!\" -- <span class=\"emphasis\">David J. Giguere, co-owner,   <a href=\"http://www.gigueregym.com\" target=\"_blank\">Giguere Gymnastics Inc.</a></span>";
			r_text[n++] = "\"I am extremely happy with my choice of web designer with <a class=\"webbyiris\" href=\"contact.htm\">Web by Iris</a>. She took what was an enormous mish mash of information that comprised my original web site, and added structure and cohesiveness to create a true working website for me. \"  -- <span class=\"emphasis\"> <a href=\"http://rachaelikins\" target=\"_blank\">Rachael Z. Ikins</a></span>";
            var i = Math.floor((n)*Math.random());
			document.write('<div id="main_testimonial_top">' + '<img src="images/testimonial_background_top.png">' + '</div>');
            document.write('<div id="main_testimonial_mid">'+'<div id="main_testimonial_write">' + r_text[i] + '</div>'+ '</div>');
			document.write('<div id="main_testimonial_btm">' + '<img src="images/testimonial_background_btm.png">' + '</div>');
}
