function testimonialRotate()
{
	var Testimonial=new Array()
	Testimonial[0] = '" <a href="/testimonials/delfsma">We highly recommend the law firm of Halpert, Weston, Wuori & Sawusch, P.C..</a> " ';
	Testimonial[1] = '" <a href="/testimonials/delfsma">We were never considered just another claim.</a> "';
	Testimonial[2] = '" <a href="/testimonials/delfsma">We were always treated with care and compassion and consider them to be like family.</a> "';
	Testimonial[3] = '" <a href="/testimonials/delfsma">[They] directed us to the best physical therapists and helped us find the counseling needed to move forward after such a devastating event.</a> "';
	
	Testimonial[4] = '" <a href="/testimonials/thomas-cole-family">A family member referred us to HWWS.  Right away, we knew we had found the right law firm.</a> "';
	Testimonial[5] = '" <a href="/testimonials/thomas-cole-family">I learned early on that HWWS is not in the business of backing down from a fight; at the same time, knew how to wisely pick their battles to protect their client’s interest.</a> "';
	Testimonial[6] = '"<a href="/testimonials/thomas-cole-family">Your professionalism and warmth helped us get through the greatest challenge of our lives.</a> "';
	
	Testimonial[7] = '" <a href="/testimonials/autum-burton/">Not only did they support me, but they supported my family and friends through my whole ordeal.</a> "';
	Testimonial[8] = '" <a href="/testimonials/autum-burton/">They were very concerned about how I was doing and holding up, and they reassured me that we were going to get through the whole experience.</a> "';
	Testimonial[9] = '" <a href="/testimonials/autum-burton/">They have impacted my life so much that I can\'t even express my gratitude.</a> "';
	Testimonial[10] = '" <a href="/testimonials/autum-burton/">Even though my case is over, I still go visit them all the time, talk to them on the phone, and email them. They have become family to me and they have supported me and stood by me since my accident.</a> "';
	Testimonial[11] = '" <a href="/testimonials/autum-burton/">Rick became a father-like figure. He was there when I didn\'t want to live anymore and talked me out of it.</a> "';
	
	
	Testimonial[12] = '" <a href="/testimonials/jurus-family/">Looking back over the years we can now see how important your representation was to us.</a> "';
	Testimonial[13] = '" <a href="/testimonials/jurus-family/">Each of you have a special place in our hearts.</a> "';
	Testimonial[14] = '" <a href="/testimonials/jurus-family/">As each day has passed since then it has set in that our dream of Christine being taken care of was achieved by your outstanding efforts.</a> "';
	
	Testimonial[15] = '" <a href="/testimonials/vandyk/">I pray you never have to experience what I have, but if you do Halpert, Weston, Wuori & Sawusch are the only ones.</a> "';
	Testimonial[16] = '" <a href="/testimonials/vandyk/">I can honestly say my son and I would never have made it through this tragedy without Rick and Bonnie.</a> "';
	
	Testimonial[17] = '" <a href="/testimonials/nancy-kurtz/">HWWS is the type of firm that takes care of all of you and not just the plaintiff, but the family also.</a> "';
	Testimonial[18] = '" <a href="/testimonials/nancy-kurtz/">Long after the case is over you have this group as a resource, advocate and friends.</a> "';
	Testimonial[19] = '" <a href="/testimonials/nancy-kurtz/">I would recommend these attorneys not only as lawyers but also as friends to keep forever.</a> "';
	
	Testimonial[20] = '" <a href="/testimonials/testimonial-1/">Without you this would never have happened.</a> "';
	
	
	Testimonial[21] = '" <a href="/testimonials/testimonial-2/">I will be forever grateful for what this law firm has done for my family.</a> "';
	Testimonial[22] = '" <a href="/testimonials/testimonial-2/">[When] the first lawyer I hired (from another firm)... approached me with the highest settlement offer he had obtained, it was too low and I knew I was in trouble.</a> "';
	Testimonial[23] = '" <a href="/testimonials/testimonial-2/">As a successful firm, they secured a record settlement for my family. As truly caring and compassionate lawyers, they worked to help my family and me heal and regain hope for the future so we could rebuild our lives again.</a> "';
	

	var quote = Math.round(Math.random()*(Testimonial.length - 1));
	document.getElementById('testimonial-quote').innerHTML = Testimonial[quote];
	

}
