// JavaScript Document
   <!--
	   
	   	var	what_num = Math.floor(Math.random()*8) + 1;
	
		document.write('<span class="quote-text"><i>');
	
		if (what_num == 1) {
			document.write('"Thank you so much for your absolutely amazing customer service!  Yours is truly of the rare quality these days.  I appreciate your patience ... your willingness and eagerness to go out of your way to help.  I will gladly recommend your services to anyone and everyone."</i></span><br/><span class="quote-name">&mdash;<i>Jeannie S.</i></span>');
		}
		else if (what_num == 2) {
			document.write('"Thank you for all you have done.  My home looks like nothing ever happened.  I will recommend you anytime!"</i></span><br/><span class="quote-name">&mdash;<i>Anita B.</i></span>');
		}
		else if (what_num == 3) {
			document.write('"Thank you for your quality work and kindness.  You truly went the extra mile.  We would be happy to recommend your services."</i></span><br/><span class="quote-name">&mdash;<i>Sheldon N.</i></span>');
		}
		else if (what_num == 4) {
			document.write('"What I like about Complete Restoration is their ability to keep calm in any situation.  They are very accommodating  and I don\'t use anyone else.  At the end of the day, you get what you pay for."</i></span><br/><span class="quote-name">&mdash;<i>Todd F.</i></span>');
		}
		else if (what_num == 5) {
			document.write('"Thank you to all those who helped to complete our job in a timely and organized manner.  You came out to our home at the times you said you would which was so nice because it showed that you respected our time and daily schedule."</i></span><br/><span class="quote-name">&mdash;<i>Heather W.</i></span>');
		}
		else if (what_num == 6) {
			document.write('"We didn\'t know water could be so destructive!  We called Complete Restoration for help and they were at our home in 20 minutes.  We feel that our house is better now than before the flood because of the good work of Complete Restoration.  We can recommend them to anyone who needs good help for disasters."</i></span><br/><span class="quote-name">&mdash;<i>Joel S.</i></span>');
		}
		else if (what_num == 7) {
			document.write('"I want to thank the crew from Complete Restoration who came out and pumped the water and then dried out the basement.  They were fantastic, very polite, helpful and prompt, always stayed until the task was completed."</i></span><br/><span class="quote-name">&mdash;<i>Jannicke B.</i></span>');
		}
		else if (what_num == 8) {
			document.write('"I just wanted to say thank you for the great job you did repairing my ceiling.  Thanks for making what could have been a bad experience be a great one."</i></span><br/><span class="quote-name">&mdash;<i>Cindy C.</i></span>');   
	   }
	   		else {
			document.write('"I just wanted to say thank you for the great job you did repairing my ceiling.  Thanks for making what could have been a bad experience be a great one."</i></span><br/><span class="quote-name">&mdash;<i>Cindy C.</i></span>');   
	};
	   //-->

